]> git.meshlink.io Git - meshlink/blobdiff - src/net_setup.c
Move the routing header out of the SPTPS payload.
[meshlink] / src / net_setup.c
index 10fb37b0005c5df5ae73b35bf33a66a9591796ac..811d9811a1430a85872396b1619d516aa2d07772 100644 (file)
@@ -28,7 +28,6 @@
 #include "net.h"
 #include "netutl.h"
 #include "protocol.h"
-#include "route.h"
 #include "utils.h"
 #include "xalloc.h"
 
@@ -469,7 +468,6 @@ bool setup_network(meshlink_handle_t *mesh) {
 
        mesh->pinginterval = 60;
        mesh->pingtimeout = 5;
-       maxoutbufsize = 10 * MTU;
 
        if(!setup_myself(mesh)) {
                return false;