Configure bandwidth limit as discussed at last meeting

Enabled by default with 8000/500 kbit/s
This commit is contained in:
Jan-Philipp Litza 2014-01-13 21:16:48 +01:00
parent a0e878d43f
commit bb1de4bd9c
1 changed files with 3 additions and 3 deletions

View File

@ -78,9 +78,9 @@
simple_tc => {
mesh_vpn => {
ifname => "mesh-vpn",
enabled => 0,
limit_egress => 200,
limit_ingress => 3000,
enabled => 1,
limit_egress => 500,
limit_ingress => 8000,
},
},