summaryrefslogtreecommitdiffstats
path: root/sys/net/if_tun.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/net/if_tun.h')
-rw-r--r--sys/net/if_tun.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/if_tun.h b/sys/net/if_tun.h
index c31b548..404a877 100644
--- a/sys/net/if_tun.h
+++ b/sys/net/if_tun.h
@@ -38,8 +38,8 @@ struct tun_softc {
struct selinfo tun_wsel; /* write select (not used) */
};
-/* Maximum packet size */
-#define TUNMTU 1600
+/* Default maximum packet size */
+#define TUNMTU 1500
struct tuninfo {
int baudrate; /* linespeed */
OpenPOWER on IntegriCloud