TCP 30 small packets per second flood connection with server

Posted by Denis Ermolin on Server Fault See other posts from Server Fault or by Denis Ermolin
Published on 2012-10-21T14:14:58Z Indexed on 2012/10/21 17:03 UTC
Read the original article Hit count: 187

Filed under:
|
|

I'm testing connection with flash client and cloud server(boost::asio for software) over TCP connection. My connection with server already is really poor - 120 ms ping in average. I found when i start to send packets with 2 bytes size (without tcp header) with speed 30 packets/s - ping grow to 170-200 average. I think that it's really bad and my bad connection and bad cloud provider is reason for this high ping without any load. What do you think? (I tested my software - it can compute about 50k small packets/s so software is not a problem).

I measure my ping through flash client - send packet with timestamp and immediatly send from server to client.

© Server Fault or respective owner

Related posts about networking

Related posts about tcp