Nagle’s algorithm and Delay ACK
- small packets → not for TCP
→ Nagle algorithm:
Maximize ratio of packets - data content
→ Delay ACK:silly window
if available_data & window_size > MSS
send payload on wire
else
if unconfirmed_data
queue
else
send