diff options
Diffstat (limited to 'Documentation/networking/ip-sysctl.txt')
-rw-r--r-- | Documentation/networking/ip-sysctl.txt | 35 |
1 files changed, 16 insertions, 19 deletions
diff --git a/Documentation/networking/ip-sysctl.txt b/Documentation/networking/ip-sysctl.txt index bfe924217f2..ca5cdcd0f0e 100644 --- a/Documentation/networking/ip-sysctl.txt +++ b/Documentation/networking/ip-sysctl.txt | |||
@@ -106,16 +106,6 @@ inet_peer_maxttl - INTEGER | |||
106 | when the number of entries in the pool is very small). | 106 | when the number of entries in the pool is very small). |
107 | Measured in seconds. | 107 | Measured in seconds. |
108 | 108 | ||
109 | inet_peer_gc_mintime - INTEGER | ||
110 | Minimum interval between garbage collection passes. This interval is | ||
111 | in effect under high memory pressure on the pool. | ||
112 | Measured in seconds. | ||
113 | |||
114 | inet_peer_gc_maxtime - INTEGER | ||
115 | Minimum interval between garbage collection passes. This interval is | ||
116 | in effect under low (or absent) memory pressure on the pool. | ||
117 | Measured in seconds. | ||
118 | |||
119 | TCP variables: | 109 | TCP variables: |
120 | 110 | ||
121 | somaxconn - INTEGER | 111 | somaxconn - INTEGER |
@@ -394,7 +384,7 @@ tcp_rmem - vector of 3 INTEGERs: min, default, max | |||
394 | min: Minimal size of receive buffer used by TCP sockets. | 384 | min: Minimal size of receive buffer used by TCP sockets. |
395 | It is guaranteed to each TCP socket, even under moderate memory | 385 | It is guaranteed to each TCP socket, even under moderate memory |
396 | pressure. | 386 | pressure. |
397 | Default: 8K | 387 | Default: 1 page |
398 | 388 | ||
399 | default: initial size of receive buffer used by TCP sockets. | 389 | default: initial size of receive buffer used by TCP sockets. |
400 | This value overrides net.core.rmem_default used by other protocols. | 390 | This value overrides net.core.rmem_default used by other protocols. |
@@ -483,7 +473,7 @@ tcp_window_scaling - BOOLEAN | |||
483 | tcp_wmem - vector of 3 INTEGERs: min, default, max | 473 | tcp_wmem - vector of 3 INTEGERs: min, default, max |
484 | min: Amount of memory reserved for send buffers for TCP sockets. | 474 | min: Amount of memory reserved for send buffers for TCP sockets. |
485 | Each TCP socket has rights to use it due to fact of its birth. | 475 | Each TCP socket has rights to use it due to fact of its birth. |
486 | Default: 4K | 476 | Default: 1 page |
487 | 477 | ||
488 | default: initial size of send buffer used by TCP sockets. This | 478 | default: initial size of send buffer used by TCP sockets. This |
489 | value overrides net.core.wmem_default used by other protocols. | 479 | value overrides net.core.wmem_default used by other protocols. |
@@ -553,13 +543,13 @@ udp_rmem_min - INTEGER | |||
553 | Minimal size of receive buffer used by UDP sockets in moderation. | 543 | Minimal size of receive buffer used by UDP sockets in moderation. |
554 | Each UDP socket is able to use the size for receiving data, even if | 544 | Each UDP socket is able to use the size for receiving data, even if |
555 | total pages of UDP sockets exceed udp_mem pressure. The unit is byte. | 545 | total pages of UDP sockets exceed udp_mem pressure. The unit is byte. |
556 | Default: 4096 | 546 | Default: 1 page |
557 | 547 | ||
558 | udp_wmem_min - INTEGER | 548 | udp_wmem_min - INTEGER |
559 | Minimal size of send buffer used by UDP sockets in moderation. | 549 | Minimal size of send buffer used by UDP sockets in moderation. |
560 | Each UDP socket is able to use the size for sending data, even if | 550 | Each UDP socket is able to use the size for sending data, even if |
561 | total pages of UDP sockets exceed udp_mem pressure. The unit is byte. | 551 | total pages of UDP sockets exceed udp_mem pressure. The unit is byte. |
562 | Default: 4096 | 552 | Default: 1 page |
563 | 553 | ||
564 | CIPSOv4 Variables: | 554 | CIPSOv4 Variables: |
565 | 555 | ||
@@ -1002,7 +992,7 @@ bindv6only - BOOLEAN | |||
1002 | TRUE: disable IPv4-mapped address feature | 992 | TRUE: disable IPv4-mapped address feature |
1003 | FALSE: enable IPv4-mapped address feature | 993 | FALSE: enable IPv4-mapped address feature |
1004 | 994 | ||
1005 | Default: FALSE (as specified in RFC2553bis) | 995 | Default: FALSE (as specified in RFC3493) |
1006 | 996 | ||
1007 | IPv6 Fragmentation: | 997 | IPv6 Fragmentation: |
1008 | 998 | ||
@@ -1052,7 +1042,7 @@ conf/interface/*: | |||
1052 | The functional behaviour for certain settings is different | 1042 | The functional behaviour for certain settings is different |
1053 | depending on whether local forwarding is enabled or not. | 1043 | depending on whether local forwarding is enabled or not. |
1054 | 1044 | ||
1055 | accept_ra - BOOLEAN | 1045 | accept_ra - INTEGER |
1056 | Accept Router Advertisements; autoconfigure using them. | 1046 | Accept Router Advertisements; autoconfigure using them. |
1057 | 1047 | ||
1058 | Possible values are: | 1048 | Possible values are: |
@@ -1116,7 +1106,7 @@ dad_transmits - INTEGER | |||
1116 | The amount of Duplicate Address Detection probes to send. | 1106 | The amount of Duplicate Address Detection probes to send. |
1117 | Default: 1 | 1107 | Default: 1 |
1118 | 1108 | ||
1119 | forwarding - BOOLEAN | 1109 | forwarding - INTEGER |
1120 | Configure interface-specific Host/Router behaviour. | 1110 | Configure interface-specific Host/Router behaviour. |
1121 | 1111 | ||
1122 | Note: It is recommended to have the same setting on all | 1112 | Note: It is recommended to have the same setting on all |
@@ -1465,10 +1455,17 @@ sctp_mem - vector of 3 INTEGERs: min, pressure, max | |||
1465 | Default is calculated at boot time from amount of available memory. | 1455 | Default is calculated at boot time from amount of available memory. |
1466 | 1456 | ||
1467 | sctp_rmem - vector of 3 INTEGERs: min, default, max | 1457 | sctp_rmem - vector of 3 INTEGERs: min, default, max |
1468 | See tcp_rmem for a description. | 1458 | Only the first value ("min") is used, "default" and "max" are |
1459 | ignored. | ||
1460 | |||
1461 | min: Minimal size of receive buffer used by SCTP socket. | ||
1462 | It is guaranteed to each SCTP socket (but not association) even | ||
1463 | under moderate memory pressure. | ||
1464 | |||
1465 | Default: 1 page | ||
1469 | 1466 | ||
1470 | sctp_wmem - vector of 3 INTEGERs: min, default, max | 1467 | sctp_wmem - vector of 3 INTEGERs: min, default, max |
1471 | See tcp_wmem for a description. | 1468 | Currently this tunable has no effect. |
1472 | 1469 | ||
1473 | addr_scope_policy - INTEGER | 1470 | addr_scope_policy - INTEGER |
1474 | Control IPv4 address scoping - draft-stewart-tsvwg-sctp-ipv4-00 | 1471 | Control IPv4 address scoping - draft-stewart-tsvwg-sctp-ipv4-00 |