]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[tcp] Add support for TCP window scaling
authorMichael Brown <mcb30@ipxe.org>
Fri, 29 Jun 2012 13:30:18 +0000 (14:30 +0100)
committerMichael Brown <mcb30@ipxe.org>
Fri, 29 Jun 2012 14:05:33 +0000 (15:05 +0100)
commitea61075c60e6417203bbb5fd54e1f313c99c164c
tree2bae13fae87f6a0fadf2d1a1ca39734db8149d87
parent76d9c1a00120d5b93d6f717bab867462a7a83f11
[tcp] Add support for TCP window scaling

The maximum unscaled TCP window (64kB) implies a maximum bandwidth of
around 300kB/s on a WAN link with an RTT of 200ms.  Add support for
the TCP window scaling option to remove this upper limit.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/include/ipxe/tcp.h
src/net/tcp.c