Bug 257907 - TCP_FASTOPEN undocumented in tcp(4)
Summary: TCP_FASTOPEN undocumented in tcp(4)
Status: Closed FIXED
Alias: None
Product: Documentation
Classification: Unclassified
Component: Manual Pages (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Philip Paeps
URL: https://reviews.freebsd.org/D31764
Keywords:
Depends on:
Blocks:
 
Reported: 2021-08-17 07:27 UTC by Poul-Henning Kamp
Modified: 2021-09-06 01:17 UTC (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Poul-Henning Kamp freebsd_committer freebsd_triage 2021-08-17 07:27:47 UTC
It should be mentioned along with other socket options ?
Comment 1 Philip Paeps freebsd_committer freebsd_triage 2021-09-01 08:33:19 UTC
I put a patch in Phabricator.
Comment 2 commit-hook freebsd_committer freebsd_triage 2021-09-03 02:34:50 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/src/commit/?id=71611b0c688568d513c665e1af3d95fcd50605fa

commit 71611b0c688568d513c665e1af3d95fcd50605fa
Author:     Philip Paeps <philip@FreeBSD.org>
AuthorDate: 2021-09-03 02:33:12 +0000
Commit:     Philip Paeps <philip@FreeBSD.org>
CommitDate: 2021-09-03 02:33:12 +0000

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

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

    PR:             257907
    Reviewed by:    gbe
    MFC after:      3 days
    Differential Revision:  https://reviews.freebsd.org/D31764

 share/man/man4/tcp.4 | 134 +++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 134 insertions(+)
Comment 3 commit-hook freebsd_committer freebsd_triage 2021-09-06 01:16:04 UTC
A commit in branch stable/13 references this bug:

URL: https://cgit.FreeBSD.org/src/commit/?id=783ace226489a2b74eb4eace1dbc50f56bea3afd

commit 783ace226489a2b74eb4eace1dbc50f56bea3afd
Author:     Philip Paeps <philip@FreeBSD.org>
AuthorDate: 2021-09-03 02:33:12 +0000
Commit:     Philip Paeps <philip@FreeBSD.org>
CommitDate: 2021-09-06 01:06:09 +0000

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

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

    PR:             257907
    Reviewed by:    gbe
    Differential Revision:  https://reviews.freebsd.org/D31764

    (cherry picked from commit 71611b0c688568d513c665e1af3d95fcd50605fa)

 share/man/man4/tcp.4 | 134 +++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 134 insertions(+)
Comment 4 commit-hook freebsd_committer freebsd_triage 2021-09-06 01:17:05 UTC
A commit in branch stable/12 references this bug:

URL: https://cgit.FreeBSD.org/src/commit/?id=7aa030f7ccf48d639e5c7e10cdd0392515890541

commit 7aa030f7ccf48d639e5c7e10cdd0392515890541
Author:     Philip Paeps <philip@FreeBSD.org>
AuthorDate: 2021-09-03 02:33:12 +0000
Commit:     Philip Paeps <philip@FreeBSD.org>
CommitDate: 2021-09-06 01:13:47 +0000

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

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

    PR:             257907
    Reviewed by:    gbe
    Differential Revision:  https://reviews.freebsd.org/D31764

    (cherry picked from commit 71611b0c688568d513c665e1af3d95fcd50605fa)

 share/man/man4/tcp.4 | 134 +++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 134 insertions(+)