quote:
Originally posted by allex87
If my socket listens on say port 1234, can it connect to more than 1 computer at the same time through the same port? Eg. do my server threads have to use mutexes so that only one server thread can send/receive data at a time?
set the remoteport and localport of the new sock to 0, then accept it. you'll be able to have more connections
that's how you can in VB