TCP Slow Start, Congestion Avoidance & Determining Bandwidth

Posted by Robert S. Barnes on Stack Overflow See other posts from Stack Overflow or by Robert S. Barnes
Published on 2010-04-25T11:11:46Z Indexed on 2010/04/25 11:13 UTC
Read the original article Hit count: 165

Filed under:
|

Is there a formula someplace which can be used to determine the minimum number of segments / bytes which need to be transfered across a TCP connection to determine it's bandwidth and which takes into account Slow Start and Congestion Avoidance?

© Stack Overflow or respective owner

Related posts about tcp

Related posts about network-programming