using UDP
The other PC will not recv this sendto because I called closesocket after.
is there any way to make the other PC recv this sendto?
appart from using sleep() between sendto and closesocket...
using UDP
The other PC will not recv this sendto because I called closesocket after.
is there any way to make the other PC recv this sendto?
appart from using sleep() between sendto and closesocket...
what I really want to do is stop recvs and sento in a socket if I press a button(shutdown()) but
If i press the button again I want to enable recvs and sento again
for this is WSAAsyncSelect() what I have to use?