Page MenuHomeFreeBSD

TCP RACK: fix TCP fast open
ClosedPublic

Authored by tuexen on Sat, Jan 4, 8:49 PM.
Tags
None
Referenced Files
F106876963: D48322.diff
Mon, Jan 6, 7:40 PM
F106868884: D48322.diff
Mon, Jan 6, 4:45 PM
F106862300: D48322.diff
Mon, Jan 6, 2:17 PM

Details

Summary

Do not jump to a place in the code, which requires several variables
to be set (segsize, minseg, idle, len, sb_offset), which is not true.
To avoid using these variables, start the HPTS timer explicitly.
This fix only applies to the client side using TCP fast open.
CID: 1523766
CID: 1523770
CID: 1523786
CID: 1523801
CID: 1523809

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

tuexen requested review of this revision.Sat, Jan 4, 8:49 PM
This revision is now accepted and ready to land.Mon, Jan 6, 2:09 PM
This revision was automatically updated to reflect the committed changes.