Transmission Control
TCP - not the application - packetizes user byte stream, deciding how much to send and when
TCP’s name (“Transmission Control Protocol”) emphasizes the importance of this function
TCP’s rules:
- A few big packets are better than many tinygrams
- Assume most timeouts are congestion-related