Properties of Nagle Algorithm
Applies only to small packets. For bulk data transfers, always have a full MSS to send
Algorithm is self-clocking:
- basically does Stop&Wait for small packets
- on LAN, small RTT implies not much wait, but inefficient
- on WAN, large implies more wait, but more efficient on long links [where it counts most]