diff options
Diffstat (limited to 'man7/socket.7')
| -rw-r--r-- | man7/socket.7 | 25 |
1 files changed, 23 insertions, 2 deletions
diff --git a/man7/socket.7 b/man7/socket.7 index ec1054a59b..5872f3940d 100644 --- a/man7/socket.7 +++ b/man7/socket.7 @@ -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 |
