summaryrefslogtreecommitdiffstats
path: root/share/man
diff options
context:
space:
mode:
authorbms <bms@FreeBSD.org>2004-02-16 22:21:16 +0000
committerbms <bms@FreeBSD.org>2004-02-16 22:21:16 +0000
commit2b958c2272f4900c7a1a36ba6b62a9e0e582c95a (patch)
tree139dd4288fd6a322be946ecf34e9dcc5d8a52ffb /share/man
parent00e29c835ff33dec94e391613de033841073fe57 (diff)
downloadFreeBSD-src-2b958c2272f4900c7a1a36ba6b62a9e0e582c95a.zip
FreeBSD-src-2b958c2272f4900c7a1a36ba6b62a9e0e582c95a.tar.gz
Shorten the name of the socket option used to enable TCP-MD5 packet
treatment. Submitted by: Vincent Jardin
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man4/tcp.44
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man4/tcp.4 b/share/man/man4/tcp.4
index 78e88b1..da98402 100644
--- a/share/man/man4/tcp.4
+++ b/share/man/man4/tcp.4
@@ -121,7 +121,7 @@ supports a number of socket options which can be set with
.Xr setsockopt 2
and tested with
.Xr getsockopt 2 :
-.Bl -tag -width ".Dv TCP_SIGNATURE_ENABLE"
+.Bl -tag -width ".Dv TCP_MD5SIG"
.It Dv TCP_NODELAY
Under most circumstances,
.Tn TCP
@@ -175,7 +175,7 @@ When this option is set to a non-zero value,
.Tn TCP
will delay sending any data at all until either the socket is closed,
or the internal send buffer is filled.
-.It Dv TCP_SIGNATURE_ENABLE
+.It Dv TCP_MD5SIG
This option enables the use of MD5 digests (also known as TCP-MD5)
on writes to the specified socket.
In the current release, only outgoing traffic is digested;
OpenPOWER on IntegriCloud