Hello, I have question aboute sendto function with Socket.
in msdn:
########################################################
int sendto(
SOCKET s,
const char* buf,
int len,
int flags,
const struct sockaddr* to,
int tolen
);
s
[in] Descriptor identifying a (possibly connected)...