Page MenuHomeFreeBSD

RTO.Initial = 1 second for TCP
ClosedPublic

Authored by tuexen on Jan 24 2019, 5:18 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, May 9, 6:41 PM
Unknown Object (File)
Mon, Apr 27, 9:18 AM
Unknown Object (File)
Sun, Apr 26, 1:45 AM
Unknown Object (File)
Sat, Apr 25, 6:56 AM
Unknown Object (File)
Tue, Apr 21, 2:04 PM
Unknown Object (File)
Mon, Apr 20, 8:43 AM
Unknown Object (File)
Apr 14 2026, 7:00 PM
Unknown Object (File)
Apr 6 2026, 11:53 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.