Adaptive Retransmission Timer
In order to set retransmission timer, must know approximate RTT for both WAN and LAN connections
One way:
- measure each send/ACK combination
- take time-averaged estimate of RTT
- set timer to some factor times this average
- (used in early TCPs…we will see improvements once we cover TCP in detail)