diff options
Diffstat (limited to 'Documentation/networking')
-rw-r--r-- | Documentation/networking/ip-sysctl.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Documentation/networking/ip-sysctl.txt b/Documentation/networking/ip-sysctl.txt index c6d5fee888c4..0462a7105304 100644 --- a/Documentation/networking/ip-sysctl.txt +++ b/Documentation/networking/ip-sysctl.txt | |||
@@ -30,16 +30,24 @@ neigh/default/gc_thresh3 - INTEGER | |||
30 | Maximum number of neighbor entries allowed. Increase this | 30 | Maximum number of neighbor entries allowed. Increase this |
31 | when using large numbers of interfaces and when communicating | 31 | when using large numbers of interfaces and when communicating |
32 | with large numbers of directly-connected peers. | 32 | with large numbers of directly-connected peers. |
33 | Default: 1024 | ||
33 | 34 | ||
34 | neigh/default/unres_qlen_bytes - INTEGER | 35 | neigh/default/unres_qlen_bytes - INTEGER |
35 | The maximum number of bytes which may be used by packets | 36 | The maximum number of bytes which may be used by packets |
36 | queued for each unresolved address by other network layers. | 37 | queued for each unresolved address by other network layers. |
37 | (added in linux 3.3) | 38 | (added in linux 3.3) |
39 | Seting negative value is meaningless and will retrun error. | ||
40 | Default: 65536 Bytes(64KB) | ||
38 | 41 | ||
39 | neigh/default/unres_qlen - INTEGER | 42 | neigh/default/unres_qlen - INTEGER |
40 | The maximum number of packets which may be queued for each | 43 | The maximum number of packets which may be queued for each |
41 | unresolved address by other network layers. | 44 | unresolved address by other network layers. |
42 | (deprecated in linux 3.3) : use unres_qlen_bytes instead. | 45 | (deprecated in linux 3.3) : use unres_qlen_bytes instead. |
46 | Prior to linux 3.3, the default value is 3 which may cause | ||
47 | secluded packet loss. The current default value is calculated | ||
48 | according to default value of unres_qlen_bytes and true size of | ||
49 | packet. | ||
50 | Default: 31 | ||
43 | 51 | ||
44 | mtu_expires - INTEGER | 52 | mtu_expires - INTEGER |
45 | Time, in seconds, that cached PMTU information is kept. | 53 | Time, in seconds, that cached PMTU information is kept. |