User profile: kbw

User info
User name:kbw
History
Joined:
Number of posts:5869
Latest posts:

shutdown function in linux
You don't need to call shutdown, but if you do, you've shut it down.

linux socket TCP control
.. or read the man page. http://linux.die.net/man/7/socket SO_RCVTIMEO and SO_SNDTIMEO

Difficulties to use boost
... almost done. You need to set up the include/lib paths for each project in Visual Studio.

Stuck with the std:copy() function
reinterpret_cast?

recv function freezes
I would expect to see addrlen initialised in the loop before accept(). That aside it looks ok. You...