diff options
Diffstat (limited to 'config/includes.chroot/etc/rc.local')
-rw-r--r-- | config/includes.chroot/etc/rc.local | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/config/includes.chroot/etc/rc.local b/config/includes.chroot/etc/rc.local new file mode 100644 index 0000000..2bf955e --- /dev/null +++ b/config/includes.chroot/etc/rc.local @@ -0,0 +1,12 @@ + +# Don't stop for errors +set +e + +# bufferbloatery +ifconfig eth0 txqueuelen 50 +ifconfig eth1 txqueuelen 50 +ifconfig uap0 txqueuelen 16 +ethtool -G eth0 tx 64 +ethtool -G eth1 tx 64 + +exit 0 |