From bb1de4bd9c3bbd97efbed8ced8a90eb24965791e Mon Sep 17 00:00:00 2001 From: Jan-Philipp Litza Date: Mon, 13 Jan 2014 21:16:48 +0100 Subject: [PATCH] Configure bandwidth limit as discussed at last meeting Enabled by default with 8000/500 kbit/s --- site.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/site.conf b/site.conf index 4814c1d..d1cd16e 100644 --- a/site.conf +++ b/site.conf @@ -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, }, },