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
Unknown Object (File)
Wed, Apr 9, 10:06 PM
Unknown Object (File)
Feb 22 2025, 10:32 AM
Unknown Object (File)
Feb 21 2025, 1:42 PM
Unknown Object (File)
Feb 21 2025, 1:36 PM
Unknown Object (File)
Feb 19 2025, 10:59 PM
Unknown Object (File)
Feb 9 2025, 2:21 AM
Unknown Object (File)
Jan 26 2025, 11:42 AM
Unknown Object (File)
Jan 12 2025, 2:55 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 30966
Build 28675: arc lint + arc unit

Event Timeline

sys/netinet/tcp_stacks/bbr.c
11605

why this change?

sys/netinet/tcp_input.c
1635

undo style change.

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