diff options
| author | Michael Brown | 2011-03-26 15:58:17 +0100 |
|---|---|---|
| committer | Michael Brown | 2011-03-26 16:02:41 +0100 |
| commit | 3f442d3f601306f97d21a8716ea303ee053822d1 (patch) | |
| tree | 5f23b4bc7fb819d1613bd9d385e9bfcdc221bd8c /src/include | |
| parent | [build] Include ipxe.lkrn in default build (diff) | |
| download | ipxe-3f442d3f601306f97d21a8716ea303ee053822d1.tar.gz ipxe-3f442d3f601306f97d21a8716ea303ee053822d1.tar.xz ipxe-3f442d3f601306f97d21a8716ea303ee053822d1.zip | |
[tcp] Record ts_recent on first received packet
Commit 6861304 ("[tcp] Handle out-of-order received packets")
introduced a regression in which ts_recent would not be updated until
the first packet is received in the ESTABLISHED state, i.e. the
timestamp from the SYN+ACK packet would be ignored. This causes the
connection to be dropped by strictly-conforming TCP peers, such as
FreeBSD.
Fix by delaying the timestamp window check until after processing the
received SYN flag.
Reported-by: winders@sonnet.com
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/include')
0 files changed, 0 insertions, 0 deletions
