Page MenuHomeFreeBSD

ECN incorrectly set
ClosedPublic

Authored by rrs on Feb 12 2020, 12:44 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Apr 9, 7:56 AM
Unknown Object (File)
Mar 7 2024, 7:02 PM
Unknown Object (File)
Jan 26 2024, 3:26 PM
Unknown Object (File)
Jan 26 2024, 3:22 PM
Unknown Object (File)
Jan 26 2024, 3:22 PM
Unknown Object (File)
Jan 26 2024, 2:31 PM
Unknown Object (File)
Dec 20 2023, 2:58 AM
Unknown Object (File)
Dec 10 2023, 9:41 PM
Subscribers

Details

Summary

ECN requires that on the SYN both the CWR and ECT bits be set in order
for it to be considered a "request" for ECN. We therefore did not
correctly check for this condition. This fix should make it so we
enforce the RFC properly.

Test Plan

We can use pkt-drill to send in a SYN and make sure that it only
responds to the correct "ECN condtion" i.e. both bits set.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision is now accepted and ready to land.Feb 12 2020, 12:47 PM
This revision was automatically updated to reflect the committed changes.

Good catch!

I should have found that in D23230, when extending the meaning of V_tcp_do_ecn (for ECN+ and ECN++).

Please have a look into D23373 (simultaneous opens) also.