Page MenuHomeFreeBSD

Use appropriate MSS when populating the TCP fast open client cookie cache
ClosedPublic

Authored by tuexen on Jul 8 2018, 9:48 AM.
Tags
None
Referenced Files
Unknown Object (File)
Feb 2 2024, 5:26 PM
Unknown Object (File)
Dec 22 2023, 9:58 PM
Unknown Object (File)
Nov 17 2023, 6:32 AM
Unknown Object (File)
Sep 29 2023, 2:29 PM
Unknown Object (File)
Aug 27 2023, 4:28 AM
Unknown Object (File)
Jul 11 2023, 7:02 PM
Unknown Object (File)
Jul 11 2023, 6:56 PM
Unknown Object (File)
Jul 11 2023, 5:01 PM
Subscribers

Details

Summary

When a client receives a SYN-ACK segment with a TFP fast open cookie, but without an MSS option, an MSS value from uninitialised stack memory is used. This patch ensures that in case no MSS option is included in the SYN-ACK, the appropriate value as given in the TCP fast open RFC is used.

Test Plan

Use a packetdrill script to trigger the condition and use D14554 to verify the correct MSS is used.

Diff Detail

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