-
Fast Retransmit - [康朴塔散思]
2009-06-22
版权声明:转载时请以超链接形式标明文章原始出处和作者信息及本声明
http://damocles.blogbus.com/logs/41367874.html
http://en.wikipedia.org/wiki/Fast_retransmit
Fast Retransmit is an enhancement to TCP which reduces the time a sender waits before retransmitting a lost segment.
A TCP sender uses timers to recognize lost segments. If an acknowledgement is not received for a particular segment within a specified time (a function of the estimated Round-trip delay time), the sender will assume the segment was lost in the network, and will retransmit the segment.
The fast retransmit enhancement works as follows: if a TCP sender receives three duplicate acknowledgements with the same acknowledge number (that is, a total of four acknowledgements with the same acknowledgement number), the sender can be reasonably confident that the segment with the next higher sequence number was dropped, and will not arrive out of order. The sender will then retransmit the packet that was presumed dropped before waiting for its timeout.
随机文章:
Skype problem under ubuntu 2009-07-04Introduction To Unix Signals Programming 2009-03-19gcc calling convention 2009-03-01convert raw image to vmware vmdk 2009-02-18
收藏到:Del.icio.us







