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
F157180846: D31764.id94523.diff
Tue, May 19, 2:10 AM
Unknown Object (File)
Sun, May 17, 7:40 PM
Unknown Object (File)
Tue, May 12, 2:25 PM
Unknown Object (File)
Mon, May 11, 9:51 PM
Unknown Object (File)
Thu, Apr 30, 12:25 PM
Unknown Object (File)
Wed, Apr 29, 8:17 AM
Unknown Object (File)
Wed, Apr 29, 8:17 AM
Unknown Object (File)
Tue, Apr 28, 9:02 AM
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
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.