Page MenuHomeFreeBSD

Retain only mutually supported TCP options after simultaneous SYN
ClosedPublic

Authored by rscheff on Jan 26 2020, 6:38 PM.
Tags
None
Referenced Files
F107322921: D23371.diff
Sun, Jan 12, 11:53 AM
F107322513: D23371.diff
Sun, Jan 12, 11:44 AM
Unknown Object (File)
Mon, Jan 6, 4:03 PM
Unknown Object (File)
Sun, Dec 22, 1:05 AM
Unknown Object (File)
Thu, Dec 19, 10:50 AM
Unknown Object (File)
Dec 5 2024, 1:26 AM
Unknown Object (File)
Nov 24 2024, 2:59 AM
Unknown Object (File)
Nov 21 2024, 4:54 PM
Subscribers

Details

Summary

When receiving a parallel SYN in SYN-SENT state, remove all the
options only we supported locally before sending the SYN,ACK.

This addresses a consistency issue on parallel opens.

Also, on such a parallel open, the stack could be coaxed into
running with timestamps enabled, even if administratively disabled.

Test Plan

see tcp-testsuite/snippets/syn-rcvd-via-syn-sent-ipv4.pkt

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 28929
Build 26919: arc lint + arc unit

Event Timeline

sys/netinet/tcp_stacks/bbr.c
11656 ↗(On Diff #70771)

why this change?

sys/netinet/tcp_input.c
1632–1633

undo style change.

This revision is now accepted and ready to land.May 21 2020, 1:55 PM