socket.7: srcfix: updated FIXMEs

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2012-12-14 16:28:27 +01:00
parent 12770b9757
commit 8cd5dce111
2 changed files with 25 additions and 3 deletions

View File

@ -17,10 +17,31 @@
.\" Documented SO_DOMAIN and SO_PROTOCOL.
.\" FIXME
.\" The following are not yet documented:
.\" SO_PEERNAME
.\" SO_TIMESTAMPNS
.\" SO_PEERNAME (2.4?)
.\" get only
.\" Seems to do something similar to getpeernam(), but then
.\" why is it necessary / how does it differ?
.\" SO_TIMESTAMPNS (2.6.22)
.\" Documentation/networking/timestamping.txt
.\" commit 92f37fd2ee805aa77925c1e64fd56088b46094fc
.\" Author: Eric Dumazet <dada1@cosmosbay.com>
.\" SO_TIMESTAMPING (2.6.30)
.\" Documentation/networking/timestamping.txt
.\" commit cb9eff097831007afb30d64373f29d99825d0068
.\" Author: Patrick Ohly <patrick.ohly@intel.com>
.\" SO_RXQ_OVFL (2.6.33)
.\" commit 3b885787ea4112eaa80945999ea0901bf742707f
.\" Author: Neil Horman <nhorman@tuxdriver.com>
.\" SO_WIFI_STATUS (3.3)
.\" commit 6e3e939f3b1bf8534b32ad09ff199d88800835a0
.\" Author: Johannes Berg <johannes.berg@intel.com>
.\" Also: SCM_WIFI_STATUS
.\" SO_PEEK_OFF (3.4)
.\" commit ef64a54f6e558155b4f149bb10666b9e914b6c54
.\" Author: Pavel Emelyanov <xemul@parallels.com>
.\" SO_NOFCS (3.4)
.\" commit 3bdc0eba0b8b47797f4a76e377dd8360f317450f
.\" Author: Ben Greear <greearb@candelatech.com>
.\"
.TH SOCKET 7 2012-07-07 Linux "Linux Programmer's Manual"
.SH NAME

View File

@ -896,6 +896,7 @@ TCP will also impose
its minimum and maximum bounds over the value provided.
.\" FIXME
.\" Document TCP_MD5SIG, added in Linux 2.6.20,
.\" commit cfb6eeb4c860592edd123fdea908d23c6ad1c7dc
.\" Needs CONFIG_TCP_MD5SIG
.\" From net/inet/Kconfig
.\" bool "TCP: MD5 Signature Option support (RFC2385) (EXPERIMENTAL)"
@ -905,7 +906,7 @@ its minimum and maximum bounds over the value provided.
.\"
.\" There is a TCP_MD5SIG option documented in FreeBSD's tcp(4),
.\" but probably many details are different on Linux
.\" Authors were yoshfuji@linux-ipv6.org and Dave Muller
.\" Author was yoshfuji@linux-ipv6.org
.\" http://thread.gmane.org/gmane.linux.network/47490
.\" http://www.daemon-systems.org/man/tcp.4.html
.\" http://article.gmane.org/gmane.os.netbsd.devel.network/3767/match=tcp_md5sig+freebsd