]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
tcp: document TCP Fast Open (RFC 7413) in tcp(4)
authorPhilip Paeps <philip@FreeBSD.org>
Fri, 3 Sep 2021 02:33:12 +0000 (10:33 +0800)
committerPhilip Paeps <philip@FreeBSD.org>
Fri, 3 Sep 2021 02:33:12 +0000 (10:33 +0800)
commit71611b0c688568d513c665e1af3d95fcd50605fa
tree9a586b20ededfdcbb5b6e7e5b02fb2b8cf53977c
parent5d9e5a7edfb5a2256be1c6433aaef32433cdd14e
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