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)
Fri, Jun 26, 10:06 AM
Unknown Object (File)
Tue, Jun 23, 2:15 AM
Unknown Object (File)
Mon, Jun 22, 3:51 PM
Unknown Object (File)
Fri, Jun 19, 7:56 PM
Unknown Object (File)
Thu, Jun 18, 3:17 AM
Unknown Object (File)
Sat, May 30, 6:47 PM
Unknown Object (File)
May 20 2026, 9:40 PM
Unknown Object (File)
May 20 2026, 4:13 PM
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.