aboutsummaryrefslogtreecommitdiffstats
path: root/man7/tcp.7
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2008-11-21 11:30:15 -0500
committerMichael Kerrisk <mtk.manpages@gmail.com>2008-11-25 20:54:13 -0500
commit9c39fcfcc71e073a80c9b686474b805d73edaf6a (patch)
treeb75744ba524563ff2f9c9690ad7cf415902ebd98 /man7/tcp.7
parent6a7b04aa93845326c70987d389a141e4f35ec2c3 (diff)
downloadman-pages-9c39fcfcc71e073a80c9b686474b805d73edaf6a.tar.gz
tcp.7: srcfix: Added FIXME: document TCP_MD5SIG
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man7/tcp.7')
-rw-r--r--man7/tcp.78
1 files changed, 8 insertions, 0 deletions
diff --git a/man7/tcp.7 b/man7/tcp.7
index 779e2f5ce0..07fef71654 100644
--- a/man7/tcp.7
+++ b/man7/tcp.7
@@ -807,6 +807,14 @@ initial packet.
Values greater than the (eventual) interface MTU have no effect.
TCP will also impose
its minimum and maximum bounds over the value provided.
+.\" FIXME
+.\" Document TCP_MD5SIG, added in Linux 2.6.20,
+.\" Needs CONFIG_TCP_MD5SIG
+.\" From net/inet/Kconfig
+.\" bool "TCP: MD5 Signature Option support (RFC2385) (EXPERIMENTAL)"
+.\" RFC2385 specifies a method of giving MD5 protection to TCP sessions.
+.\" Its main (only?) use is to protect BGP sessions between core routers
+.\" on the Internet.
.TP
.B TCP_NODELAY
If set, disable the Nagle algorithm.