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)
You'd need to packet-sniff using something like the WinPCap. Then you could correlate the packets captured with the socket used.
精彩评论