mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-19 05:45:05 +01:00
script: Add explanatory comment to tc.sh
This commit is contained in:
parent
e49117470b
commit
3a0446fad4
@ -16,7 +16,7 @@ LOCALNET_V4="192.168.0.0/16"
|
|||||||
#defines the IPv6 address space for which you wish to disable rate limiting
|
#defines the IPv6 address space for which you wish to disable rate limiting
|
||||||
LOCALNET_V6="fe80::/10"
|
LOCALNET_V6="fe80::/10"
|
||||||
|
|
||||||
#delete existing rules
|
#delete existing rules ('Error: Cannot delete qdisc with handle of zero.' means there weren't any.)
|
||||||
tc qdisc del dev ${IF} root
|
tc qdisc del dev ${IF} root
|
||||||
|
|
||||||
#add root class
|
#add root class
|
||||||
|
Loading…
Reference in New Issue
Block a user