aboutsummaryrefslogtreecommitdiff
path: root/src/include/ipxe/tcp.h
AgeCommit message (Expand)AuthorFilesLines
2023-01-25[tcp] Update maximum window size to 2MBMichael Brown1-6/+12
2018-04-19[tcp] Add missing packed attribute on struct tcp_headerMichael Brown1-1/+1
2016-06-13[tcp] Send TCP keepalives on idle established connectionsMichael Brown1-0/+8
2016-01-27[tcp] Guard against malformed TCP optionsMichael Brown1-2/+0
2015-07-04[tcp] Gracefully close connections during shutdownMichael Brown1-0/+7
2015-03-11[tcp] Implement support for TCP Selective Acknowledgements (SACK)Michael Brown1-0/+44
2015-03-02[legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown1-1/+1
2014-03-04[tcp] Calculate correct MSS from peer addressMichael Brown1-10/+0
2013-09-04[tcp] Reduce path MTU to 1280 bytesMichael Brown1-3/+12
2012-07-09[tcp] Increase maximum window size to 256kBMichael Brown1-22/+24
2012-06-29[tcp] Add support for TCP window scalingMichael Brown1-1/+29
2011-09-19[tcp] Allow sufficient headroom for TCP headersMichael Brown1-0/+10
2010-11-19[tcp] Remove obsolete constantsMichael Brown1-4/+0
2010-11-19[tcp] Use MAX_LL_NET_HEADER_LEN instead of defining our own MAX_HDR_LENMichael Brown1-1/+0
2010-08-20[build] Fix misaligned table entries when using gcc 4.5Piotr JaroszyƄski1-1/+1
2010-07-21[tcp] Handle out-of-order received packetsMichael Brown1-1/+30
2010-04-19[build] Rename gPXE to iPXEMichael Brown1-0/+318