summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorglebius <glebius@FreeBSD.org>2014-01-22 10:08:33 +0000
committerglebius <glebius@FreeBSD.org>2014-01-22 10:08:33 +0000
commit34e36d17064eae7dd69a87cc0596d0625fc8d05f (patch)
treecc1fca5ae08eb1c77ab57767d3ce89d0ae9e12a2 /share
parenta86bc98471631d6069725f3bf8f321fa5b7e9c45 (diff)
downloadFreeBSD-src-34e36d17064eae7dd69a87cc0596d0625fc8d05f.zip
FreeBSD-src-34e36d17064eae7dd69a87cc0596d0625fc8d05f.tar.gz
Merge r257846:
Make TCP_KEEP* socket options readable. At least PostgreSQL wants to read the values.
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/tcp.411
1 files changed, 6 insertions, 5 deletions
diff --git a/share/man/man4/tcp.4 b/share/man/man4/tcp.4
index aa2755e..1a44542 100644
--- a/share/man/man4/tcp.4
+++ b/share/man/man4/tcp.4
@@ -38,7 +38,7 @@
.\" From: @(#)tcp.4 8.1 (Berkeley) 6/5/93
.\" $FreeBSD$
.\"
-.Dd March 7, 2012
+.Dd November 8, 2013
.Dt TCP 4
.Os
.Sh NAME
@@ -48,6 +48,7 @@
.In sys/types.h
.In sys/socket.h
.In netinet/in.h
+.In netinet/tcp.h
.Ft int
.Fn socket AF_INET SOCK_STREAM 0
.Sh DESCRIPTION
@@ -147,7 +148,7 @@ See
.Xr mod_cc 4
for details.
.It Dv TCP_KEEPINIT
-This write-only
+This
.Xr setsockopt 2
option accepts a per-socket timeout argument of
.Vt "u_int"
@@ -160,7 +161,7 @@ in the
.Sx MIB Variables
section further down.
.It Dv TCP_KEEPIDLE
-This write-only
+This
.Xr setsockopt 2
option accepts an argument of
.Vt "u_int"
@@ -176,7 +177,7 @@ in the
.Sx MIB Variables
section further down.
.It Dv TCP_KEEPINTVL
-This write-only
+This
.Xr setsockopt 2
option accepts an argument of
.Vt "u_int"
@@ -191,7 +192,7 @@ in the
.Sx MIB Variables
section further down.
.It Dv TCP_KEEPCNT
-This write-only
+This
.Xr setsockopt 2
option accepts an argument of
.Vt "u_int"
OpenPOWER on IntegriCloud