开发者

Determining Packets Received with Winsock2

开发者 https://www.devze.com 2023-03-13 11:54 出处:网络
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

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号