Page MenuHomeFreeBSD

RTO.Initial = 1 second for TCP
ClosedPublic

Authored by tuexen on Jan 24 2019, 5:18 PM.
Tags
None
Referenced Files
F81566324: D18941.diff
Thu, Apr 18, 4:40 AM
Unknown Object (File)
Sat, Apr 6, 9:24 PM
Unknown Object (File)
Jan 13 2024, 10:44 AM
Unknown Object (File)
Dec 10 2023, 5:54 PM
Unknown Object (File)
Nov 10 2023, 3:01 PM
Unknown Object (File)
Nov 10 2023, 1:56 AM
Unknown Object (File)
Nov 5 2023, 4:48 AM
Unknown Object (File)
Nov 5 2023, 3:38 AM
Subscribers

Details

Summary

This patch reduces the Initial RTO from 3 seconds to 1 second as allowed by RFC6298.

We might want to change the backoff factors for SYN segments first. Without that the lifetime of SYN-cache entries might be too short. To be discussed on the bi-weekly transport telco.

Test Plan

Use the attached packetdrill srcipt:

Diff Detail

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

Event Timeline

Should be adding RFC6298 to https://wiki.freebsd.org/TransportProtocols/tcp_rfc_compliance too...
Good that RFC2988 is marked obsolete there already - but i think that is only tracking the RFC state, not the state of which RFC the stack mostly conforms to.

(Suggestion: after this change, have the RFC2988 line in the table, but with strikethrough, and add a new line for 6298.

I support this enhancement!

kbowling added a subscriber: kbowling.

We ran this configuration for a very long time at LLNW

This revision is now accepted and ready to land.Jan 24 2019, 9:07 PM
This revision was automatically updated to reflect the committed changes.