NlMakesis Y-Browser Y-Tasks
Hi to all,
How to check the amount data send and received only by one application, not by all applications running and using communication.
Thanks a lots CodeAgent
Even i had a similar need in my application so eventually what i did was i kept two counters one for send and one for recv. Every time i used to send or recv i incremented the corresponding counter by the number of bytes sent or recvd.
Shashi Kiran G M
Forum posts: 99
Even i had a similar need in my application so eventually what i did was i kept two counters one for send and one for recv. Every time i used to send or recv i incremented the corresponding counter by the number of bytes sent or recvd.
Shashi Kiran G M