⇤ ← Revision 1 as of 2003-12-17 01:28:19
Size: 296
Comment:
|
← Revision 2 as of 2003-12-17 01:30:00 ⇥
Size: 491
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 3: | Line 3: |
Fast retransmit for TCP means that after you get 3 duplicate ACKs or 4 ACKs total, you retransmit a the packet and do FastStart again. This is seen in traces by a packet being resent before a timeout occurs (or an absense of a timeout marker). | Fast retransmit for TCP means that after you get 3 duplicate ACKs or 4 ACKs total, you retransmit a the packet and do FastStart again. This is seen in traces by a packet being resent before a timeout occurs (or an absense of a timeout marker). This eliminates about 50% of the corse grain timeouts and gives a 20% increase in efficiency. '''You will still see corse grain time outs, but there will exists a retransmit without a timeout.''' |
Back to ComputerTerms
Fast retransmit for TCP means that after you get 3 duplicate ACKs or 4 ACKs total, you retransmit a the packet and do FastStart again. This is seen in traces by a packet being resent before a timeout occurs (or an absense of a timeout marker). This eliminates about 50% of the corse grain timeouts and gives a 20% increase in efficiency. You will still see corse grain time outs, but there will exists a retransmit without a timeout.
Back to ComputerTerms