Is there a way to determine how many packets where received while using recv() with Winsock? I am looking for a solution to implement at the client, without special requirements on the server side (which I have no control of)
feedback
|
|
You'd need to packet-sniff using something like the WinPCap. Then you could correlate the packets captured with the socket used. | |||
feedback
|