Reset default MTU to 1500

This commit is contained in:
Adrien Gallouët
2017-01-06 13:17:46 +00:00
parent 33e24632d0
commit 6c268e658f

View File

@@ -50,6 +50,7 @@ static struct {
.bind = {
.port = 5000,
},
.mtu = 1500,
.timeout = 5000,
.ipv4 = 1,
#ifdef __linux__