Send Window Size Issues
A bigger send window size provides larger throughput… (well, maybe)
- if w is too big for what the receiver can handle, extra data is discarded at the receiver and must be retransmitted (inefficient)
- if w is too big for what the network can handle, extra is discarded within the network and must be retransmitted (also inefficient)
Want flow and congestion control…