Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
[tcp] Update maximum window size to 2MB
The current maximum window size of 256kB was calculated based on rough link bandwidth and RTT measurements taken in 2012, and is too small to avoid filling the TCP window on some modern links. Update the list of typical link bandwidth and RTT figures to reflect the modern world, and increase the maximum window size accordingly. Signed-off-by: Michael Brown <mcb30@ipxe.org>
- Loading branch information