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, Jan 24, 7:09 PM
Unknown Object (File)
Fri, Jan 24, 6:57 PM
Unknown Object (File)
Tue, Jan 21, 4:30 AM
Unknown Object (File)
Sun, Jan 19, 6:39 PM
Unknown Object (File)
Sun, Jan 19, 8:45 AM
Unknown Object (File)
Sat, Jan 18, 7:36 AM
Unknown Object (File)
Nov 26 2024, 6:21 PM
Unknown Object (File)
Nov 25 2024, 9:37 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.