diff options
Diffstat (limited to 'Documentation/networking')
-rw-r--r-- | Documentation/networking/ip-sysctl.txt | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/Documentation/networking/ip-sysctl.txt b/Documentation/networking/ip-sysctl.txt index 7f98aa3962c6..3ffd233c369c 100644 --- a/Documentation/networking/ip-sysctl.txt +++ b/Documentation/networking/ip-sysctl.txt | |||
@@ -1275,13 +1275,22 @@ sctp_rmem - vector of 3 INTEGERs: min, default, max | |||
1275 | sctp_wmem - vector of 3 INTEGERs: min, default, max | 1275 | sctp_wmem - vector of 3 INTEGERs: min, default, max |
1276 | See tcp_wmem for a description. | 1276 | See tcp_wmem for a description. |
1277 | 1277 | ||
1278 | UNDOCUMENTED: | ||
1279 | 1278 | ||
1280 | /proc/sys/net/core/* | 1279 | /proc/sys/net/core/* |
1281 | dev_weight FIXME | 1280 | dev_weight - INTEGER |
1281 | The maximum number of packets that kernel can handle on a NAPI | ||
1282 | interrupt, it's a Per-CPU variable. | ||
1283 | |||
1284 | Default: 64 | ||
1282 | 1285 | ||
1283 | /proc/sys/net/unix/* | 1286 | /proc/sys/net/unix/* |
1284 | max_dgram_qlen FIXME | 1287 | max_dgram_qlen - INTEGER |
1288 | The maximum length of dgram socket receive queue | ||
1289 | |||
1290 | Default: 10 | ||
1291 | |||
1292 | |||
1293 | UNDOCUMENTED: | ||
1285 | 1294 | ||
1286 | /proc/sys/net/irda/* | 1295 | /proc/sys/net/irda/* |
1287 | fast_poll_increase FIXME | 1296 | fast_poll_increase FIXME |