From 6c268e658f82a3619833dccb008aa0de52b2dc02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20Gallou=C3=ABt?= Date: Fri, 6 Jan 2017 13:17:46 +0000 Subject: [PATCH] Reset default MTU to 1500 --- src/main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.c b/src/main.c index 88f3a00..ff7a207 100644 --- a/src/main.c +++ b/src/main.c @@ -50,6 +50,7 @@ static struct { .bind = { .port = 5000, }, + .mtu = 1500, .timeout = 5000, .ipv4 = 1, #ifdef __linux__