diff options
| -rw-r--r-- | man7/tcp.7 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/man7/tcp.7 b/man7/tcp.7 index f7288cc9e3..ff32fac148 100644 --- a/man7/tcp.7 +++ b/man7/tcp.7 @@ -289,9 +289,10 @@ Show/set the congestion control algorithm choices available to unprivileged processes (see the description of the .B TCP_CONGESTION socket option). +The items in the list are separated by white space and +terminated by a newline character. The list is a subset of those listed in .IR tcp_available_congestion_control . -.\" FIXME How are the items in this delimited? Null bytes, spaces, commas? The default value for this list is "reno" plus the default setting of .IR tcp_congestion_control . .TP @@ -299,7 +300,8 @@ The default value for this list is "reno" plus the default setting of .\" The following is from 2.6.28-rc4: Documentation/networking/ip-sysctl.txt Show a list of the congestion-control algorithms that are registered. -.\" FIXME How are the items in this delimited? Null bytes, spaces, commas? +The items in the list are separated by white space and +terminated by a newline character. This list is a limiting set for the list in .IR tcp_allowed_congestion_control . More congestion-control algorithms may be available as modules, |
