Commit Graph

111 Commits

Author SHA1 Message Date
Michael Kerrisk 2843ba93d4 stat.2, posix_fallocate.3, proc.5, tcp.7, udp.7: tstamp
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-09-30 03:28:34 +02:00
Nicolas François 71a8ab18b9 tcp.7: wfix: be more consistent in usage of infinitive or indicative
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-09-28 12:46:31 +02:00
Nicolas François b8f094b3d6 tcp.7, udp.7: Replace references to syctl interfaces with /proc
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-09-28 12:46:30 +02:00
Nicolas François 05f6c8ef65 tcp.7: Minor fix
It seems to me that "algorithm" is missing here.
Or maybe "choices" could be replaced by "algorithms".

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-09-28 12:46:29 +02:00
Nicolas François 7b67ce431a tcp.7: Minor fixes
tcp_congestion_control is not a boolean. The default is explained in the
text. It cannot be enabled by default.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-09-28 12:46:27 +02:00
Michael Kerrisk 238534b031 tcp.7: Document MSG_TRUNC flag for TCP sockets
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-12-05 22:18:09 -05:00
Michael Kerrisk de092003b7 tcp.7: Note that MSG_PEEK can be used on out-of-band data
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-12-05 22:18:08 -05:00
Michael Kerrisk d888f6a3a6 tcp.7: Relocate out-of-band data discussion
Move to a new subsection entitled "Sockets API".

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-12-05 22:18:08 -05:00
Michael Kerrisk a113945faa Removed trailing white space at end of lines 2008-11-25 21:44:53 -05:00
Michael Kerrisk 2a4ed4153d tcp.7: srcfix: updated comment in changelog 2008-11-25 20:54:20 -05:00
Michael Kerrisk 95e6bcfc3b tcp.7: ffix 2008-11-25 20:54:20 -05:00
Michael Kerrisk 5b91ca2520 tcp.7: srcfix: Source code comment to indicate page is updated for 2.6.27
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-11-25 20:54:19 -05:00
Michael Kerrisk 8c6515a324 tcp.7: srcfix: remove out-of-date FIXME 2008-11-25 20:54:18 -05:00
Michael Kerrisk 9defcb669e tcp.7: Clarify that tcp_mem measures in units of the system page size
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-11-25 20:54:18 -05:00
Michael Kerrisk ec3f42253b tcp.7: Update description of tcp_wmem defaults for Linux 2.6
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-11-25 20:54:18 -05:00
Michael Kerrisk 4bd48784d9 tcp.7: wfix 2008-11-25 20:54:18 -05:00
Michael Kerrisk 48a2a0bf5b tcp.7: Update description of tcp_rmem defaults for Linux 2.6
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-11-25 20:54:18 -05:00
Michael Kerrisk 412a6fd924 tcp.7: srcfix: Join short source lines into single lines
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-11-25 20:54:18 -05:00
Michael Kerrisk a93868fd3b tcp.7: Update tcp_frto description for 2.6.22 changes
Linux 2.6.22 added a mode value 2 ("Enable SACK-enhanced
F-RTO if flow uses SACK").

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-11-25 20:54:17 -05:00
Michael Kerrisk c833891e41 tcp.7: Fix alphabetical order in /proc file list
A few entries were slightly out of order.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-11-25 20:54:17 -05:00
Michael Kerrisk 867ccae351 tcp.7: tcp_vegas_cong_avoid disappeared in Linux 2.6.13
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-11-25 20:54:17 -05:00
Michael Kerrisk e965b1ce24 tcp.7: tcp_westwood /proc file disappeared in Linux 2.6.13
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-11-25 20:54:17 -05:00
Michael Kerrisk eb90a877e9 tcp.7: srcfix: removed some redundant source comments 2008-11-25 20:54:16 -05:00
Michael Kerrisk 6cb9682d8e tcp.7: The tcp_bic* proc files disappeared in Linux 2.6.13
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-11-25 20:54:16 -05:00
Michael Kerrisk feb3713a80 tcp.7: ffix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-11-25 20:54:16 -05:00
Michael Kerrisk d4bf0241f4 tcp.7: Document /proc file tcp_tso_win_divisor (new in Linux 2.6.9)
Text taken from Documentation/networking/ip-sysctl.txt

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-11-25 20:54:16 -05:00
Michael Kerrisk 6a48d4b1d3 tcp.7: Document /proc file tcp_dma_copybreak (new in Linux 2.6.24)
Text taken from Documentation/networking/ip-sysctl.txt

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-11-25 20:54:16 -05:00
Michael Kerrisk e604d9fabb tcp.7: Document /proc file tcp_workaround_signed_windows (new in Linux 2.6.26)
Text taken from Documentation/networking/ip-sysctl.txt

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-11-25 20:54:16 -05:00
Michael Kerrisk 4b1ab5b30f tcp.7: Document /proc file tcp_frto_response (new in Linux 2.6.22)
Text taken from Documentation/networking/ip-sysctl.txt

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-11-25 20:54:15 -05:00
Michael Kerrisk ccaf91b50b tcp.7: Add kernel version numbers for each /proc interface
Note kernel version where each /proc interface first appeared

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-11-25 20:54:15 -05:00
Michael Kerrisk cac74e26a1 tcp.7: Remove obsolete statement about /proc from VERSIONS
Much of the text has been updated to 2.6.27 or so,
so this statement no longer applies.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-11-25 20:54:15 -05:00
Michael Kerrisk 95a6e137c8 tcp.7: Remove mention of /proc in VERSIONS
This information is not indicated for each /proc interface

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-11-25 20:54:15 -05:00
Michael Kerrisk 3838a9ed42 tcp.7: srcfix: updated FIXME 2008-11-25 20:54:15 -05:00
Michael Kerrisk 20e770a003 tcp.7: ffix 2008-11-25 20:54:14 -05:00
Michael Kerrisk f064eb89cf tcp.7: Document /proc file tcp_available_congestion_control (new in Linux 2.4.20)
Text taken from Documentation/networking/ip-sysctl.txt

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-11-25 20:54:14 -05:00
Michael Kerrisk d6d5865622 tcp.7: Document /proc file tcp_allowed_congestion_control (new in Linux 2.4.20)
Text taken from Documentation/networking/ip-sysctl.txt

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-11-25 20:54:14 -05:00
Michael Kerrisk e0190be611 tcp.7: srcfix: update FIXME
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-11-25 20:54:14 -05:00
Michael Kerrisk 59a1005a1b tcp.7: srcfix: update FIXME
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-11-25 20:54:14 -05:00
Michael Kerrisk 527abe77fe tcp.7: Add kernel version numbers for TCP_* socket options
Note kernel version were each socket option first appeared.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-11-25 20:54:14 -05:00
Michael Kerrisk 9c39fcfcc7 tcp.7: srcfix: Added FIXME: document TCP_MD5SIG
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-11-25 20:54:13 -05:00
Michael Kerrisk 6a7b04aa93 tcp.7: srcfix: remove out-of-date FIXMEs
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-11-25 20:54:13 -05:00
Michael Kerrisk 92f58f2e21 tcp.7: Add mention of RFC 4138 for 'tcp_frto' /proc file
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-11-25 20:54:13 -05:00
Michael Kerrisk 976cad9d7d tcp.7: Document /proc file tcp_congestion_control (new in Linux 2.4.13)
Text taken from Documentation/networking/ip-sysctl.txt

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-11-25 20:54:13 -05:00
Michael Kerrisk 63f8799fc9 tcp.7: Clarify that RTO == Retransmission Timeout
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-11-25 20:54:13 -05:00
Michael Kerrisk 650d7ce060 tcp.7: Document /proc file tcp_mtu_probing (new in Linux 2.6.17)
Text taken from Documentation/networking/ip-sysctl.txt

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-11-25 20:54:12 -05:00
Michael Kerrisk 98eaadb06b tcp.7: Document /proc file tcp_no_metrics_save (new in Linux 2.6.6)
Text taken from Documentation/networking/ip-sysctl.txt

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-11-25 20:54:12 -05:00
Michael Kerrisk 8efc4ff594 tcp.7: wsfix 2008-11-25 20:54:12 -05:00
Michael Kerrisk 20233a76d6 tcp.7: Document /proc file tcp_slow_start_after_idle (new in Linux 2.6.18)
Text taken from Documentation/networking/ip-sysctl.txt

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-11-25 20:54:12 -05:00
Michael Kerrisk 77ec27dd68 tcp.7: Document /proc file tcp_moderate_rcvbuf (new in Linux 2.4.17/2.6.7)
Text taken from Documentation/networking/ip-sysctl.txt

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-11-25 20:54:11 -05:00
Michael Kerrisk f35985c0cc tcp.7: Document /proc file tcp_abc (new in Linux 2.6.15)
Text taken from Documentation/networking/ip-sysctl.txt

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-11-25 20:54:11 -05:00