Dear all,

I have a question about connecting via TCP/IP in a C++ software. I want to know the amount of data being transferred and received. Can anyone suggest for me some function ?

Before, I used the socket.h library, the return value of send() and recv() are useful. But now, I changed to another library developed by some institute..... If I changed this library I am afraid that I will change many consequences....

Thus, I want to check the transferred/received data without modifying the library or using send() and recv(). I mean a command/function to check directly? Or a algorithm to check. 

Thanks for reading and giving me suggestion.

More Bui Tuan Khai's questions See All
Similar questions and discussions