svn commit: r312976 - head/share/man/man4
Hiren Panchasara
hiren at FreeBSD.org
Mon Jan 30 02:25:56 UTC 2017
Author: hiren
Date: Mon Jan 30 02:25:55 2017
New Revision: 312976
URL: https://svnweb.freebsd.org/changeset/base/312976
Log:
Man page update to go along with r312907.
Reviewed by: Allanjude
MFC after: 2 weeks
Sponsored by: Limelight Networks
Modified:
head/share/man/man4/tcp.4
Modified: head/share/man/man4/tcp.4
==============================================================================
--- head/share/man/man4/tcp.4 Mon Jan 30 02:24:54 2017 (r312975)
+++ head/share/man/man4/tcp.4 Mon Jan 30 02:25:55 2017 (r312976)
@@ -34,7 +34,7 @@
.\" From: @(#)tcp.4 8.1 (Berkeley) 6/5/93
.\" $FreeBSD$
.\"
-.Dd October 21, 2016
+.Dd Jan 29, 2017
.Dt TCP 4
.Os
.Sh NAME
@@ -586,6 +586,12 @@ downshift.
List of available TCP function blocks (TCP stacks).
.It Va functions_default
The default TCP function block (TCP stack).
+.It Va functions_inherit_listen_socket_stack
+Determines whether to inherit listen socket's tcp stack or use the current
+system default tcp stack, as defined by
+.Va functions_default
+.Pc .
+Default is true.
.It Va insecure_rst
Use criteria defined in RFC793 instead of RFC5961 for accepting RST segments.
Default is false.
More information about the svn-src-head
mailing list