aboutsummaryrefslogtreecommitdiffstats
path: root/config/includes.chroot/etc/rc.local
blob: 2bf955eaa36b80f180975c90df85a5457916db24 (plain)
1
2
3
4
5
6
7
8
9
10
11
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