TCP 30 small packets per second polutes connection with server
Posted
by
Denis Ermolin
on Stack Overflow
See other posts from Stack Overflow
or by Denis Ermolin
Published on 2012-10-21T10:58:10Z
Indexed on
2012/10/21
11:00 UTC
Read the original article
Hit count: 174
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 and can compute about 50k packets/s so software is not a problem).
© Stack Overflow or respective owner