From 3c97b8ba8371a6ed3e955c96f3c66eb20afd0a01 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sat, 8 Aug 2015 19:35:45 +0100 Subject: [PATCH] mtu value from open-mesh --- src/freedombone | 2 +- src/freedombone-client | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/freedombone b/src/freedombone index dc976ec4..c5cd7575 100755 --- a/src/freedombone +++ b/src/freedombone @@ -1803,7 +1803,7 @@ function mesh_batman_bridge { echo ' rfkill unblock $(rfkill list|awk -F: "/phy/ {print $1}") || true' >> $batman_script echo '' >> $batman_script echo ' ifconfig $IFACE down' >> $batman_script - echo ' ifconfig $IFACE mtu 1528' >> $batman_script + echo ' ifconfig $IFACE mtu 1532' >> $batman_script echo ' iwconfig $IFACE enc off' >> $batman_script echo ' iwconfig $IFACE mode ad-hoc essid $ESSID channel $CHANNEL' >> $batman_script echo ' sleep 1' >> $batman_script diff --git a/src/freedombone-client b/src/freedombone-client index 17160f53..0f7a16a7 100755 --- a/src/freedombone-client +++ b/src/freedombone-client @@ -205,7 +205,7 @@ function mesh_batman { echo ' rfkill unblock $(rfkill list|awk -F: "/phy/ {print $1}") || true' >> $batman_script echo '' >> $batman_script echo ' ifconfig $IFACE down' >> $batman_script - echo ' ifconfig $IFACE mtu 1528' >> $batman_script + echo ' ifconfig $IFACE mtu 1532' >> $batman_script echo ' iwconfig $IFACE enc off' >> $batman_script echo ' iwconfig $IFACE mode ad-hoc essid $ESSID channel $CHANNEL' >> $batman_script echo ' sleep 1' >> $batman_script