From f54d6d0164c0ab55c03c9b21650ebab622f8cc61 Mon Sep 17 00:00:00 2001 From: "Ycarus (Yannick Chabanois)" Date: Sat, 31 Oct 2020 09:19:54 +0100 Subject: [PATCH] Change default MLVPN reorder --- mlvpn/files/etc/config/mlvpn | 2 +- mlvpn/files/etc/init.d/mlvpn | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mlvpn/files/etc/config/mlvpn b/mlvpn/files/etc/config/mlvpn index 0f94c7894..53085dc48 100644 --- a/mlvpn/files/etc/config/mlvpn +++ b/mlvpn/files/etc/config/mlvpn @@ -2,7 +2,7 @@ config mlvpn 'general' option enable '0' option password '' option timeout '30' - option reorder_buffer_size '64' + option reorder_buffer_size '128' option loss_tolerence '50' option mode 'client' option host '128.128.128.128' diff --git a/mlvpn/files/etc/init.d/mlvpn b/mlvpn/files/etc/init.d/mlvpn index ef0ff6ec5..761694f6c 100755 --- a/mlvpn/files/etc/init.d/mlvpn +++ b/mlvpn/files/etc/init.d/mlvpn @@ -52,9 +52,9 @@ start() { mode = "${mode}" interface_name = "${interface_name}" timeout = ${timeout} - #reorder_buffer = yes + reorder_buffer = yes reorder_buffer_size = ${reorder_buffer_size} - #loss_tolerence = ${loss_tolerence} + loss_tolerence = ${loss_tolerence} password = "${password}" mtu = 1452 EOF