closesocket Questions
3
I have a very annoying problem that I found several times on other forums but I can't find a proper solution.
The problem is recv() returns 0 on the last few bytes of a connection. Here are some ba...
Abe asked 10/5, 2012 at 1:26
2
Solved
The Java Socket class has two methods isClosed and isConnected to check whether the socket is closed or connected respectively. I wanted to know what's the difference between a TCP socket which is ...
Poco asked 2/10, 2012 at 5:39
1
© 2022 - 2024 — McMap. All rights reserved.