|
| Scrap/TcpPerformanceAndFlowControl |
UserPreferences |
| serious-code.net | RecentChanges | ±â¼úÀÚ·á | ¸µÅ© | TitleIndex | ºí·Î±× |
RTT = (0.9 * Last RTT) + (0.1 * Current Measured RTT) and RTO = 2 * RTT
Variance = Measured RTT - Last RTT RTT = Last RTT + (Variance / 8) Deviation = Last Deviation + ((Absolute Value of Variance - Last Deviation) / 4) RTO = RTT + 4 * Deviation
Number of segment increase = 1 segment / n segments
Increase in bytes = MSS / (congestion window / MSS)
= (MSS * MSS) / congestion window