diff options
author | Roy Marples <roy@marples.name> | 2007-10-09 09:56:45 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2007-10-09 09:56:45 +0000 |
commit | 393d07cb6fb321182185c95088a646fcb9a7be04 (patch) | |
tree | 05d5de31e63c8c35d717eeeacb2a5733e35c02a0 /conf.d.Linux/net.example | |
parent | ee1b7d01414b9913f518c333509cceecc16cec38 (diff) |
txqueuelen_eth0= now works, #190538.
Diffstat (limited to 'conf.d.Linux/net.example')
-rw-r--r-- | conf.d.Linux/net.example | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf.d.Linux/net.example b/conf.d.Linux/net.example index 8f69faa9..dd4973ed 100644 --- a/conf.d.Linux/net.example +++ b/conf.d.Linux/net.example @@ -132,6 +132,8 @@ # Some users may need to alter the MTU - here's how #mtu_eth0="1500" +# Same for TX Queue Length +#txqueuelen_eth0="1000" # Each module described below can set a default base metric, lower is # preferred over higher. This is so we can prefer a wired route over a |