Hi,
Does anyone know how i can find out the transfer speed of incoming data into my program? Im using standard TCP sockets, and need to get the data from my recv() call.
Any simple ways of doing this?
Thanks
Jack
This is a discussion on Socket Speed within the Linux Programming forums, part of the Platform Specific Boards category; Hi, Does anyone know how i can find out the transfer speed of incoming data into my program? Im using ...
Hi,
Does anyone know how i can find out the transfer speed of incoming data into my program? Im using standard TCP sockets, and need to get the data from my recv() call.
Any simple ways of doing this?
Thanks
Jack
TNT
You Can Stop Me, But You Cant Stop Us All
using select you don't need to know the speed - it will notify you when data are ready to be read...
If I have eight hours for cutting wood, I spend six sharpening my axe.