Page MenuHomeFreeBSD

tcp: document TCP Fast Open (RFC 7413) in tcp(4)
ClosedPublic

Authored by philip on Sep 1 2021, 8:31 AM.
Tags
None
Referenced Files
F108180991: D31764.diff
Wed, Jan 22, 7:57 AM
Unknown Object (File)
Fri, Jan 3, 3:21 AM
Unknown Object (File)
Nov 24 2024, 4:12 AM
Unknown Object (File)
Nov 22 2024, 3:41 AM
Unknown Object (File)
Nov 18 2024, 12:35 AM
Unknown Object (File)
Nov 14 2024, 1:35 AM
Unknown Object (File)
Nov 12 2024, 9:27 PM
Unknown Object (File)
Nov 12 2024, 3:27 PM
Subscribers

Details

Summary

Adds documentation for the TCP_FASTOPEN socket option
and related MIB variables to the tcp(4) manual page.

PR: 257907
MFC after: 3 days

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 41323
Build 38212: arc lint + arc unit

Event Timeline

philip requested review of this revision.Sep 1 2021, 8:31 AM

Two small suggestions, otherwise LGTM, and thanks for working on this PR.

share/man/man4/tcp.4
746

Suggestion, 'after this specified seconds'.

815

Suggestion, "from being established.".

Addressed suggestions from gbe.

Replace a couple more "being made" with "being established".

Suggested by: gbe

This revision was not accepted when it landed; it landed in state Needs Review.Sep 3 2021, 2:35 AM
This revision was automatically updated to reflect the committed changes.