aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-01-30 07:26:53 +0100
committerChristian Grothoff <christian@grothoff.org>2019-01-30 07:26:53 +0100
commit5d021c879a1c83ba222d09f1e0dc2a0a081bc799 (patch)
tree4b06f3996a97a497f52445880a55d0bebaeedad1 /src/include
parent30e251fac34c48bafe5862f26a7dcfad4c6a39f8 (diff)
downloadgnunet-5d021c879a1c83ba222d09f1e0dc2a0a081bc799.tar.gz
gnunet-5d021c879a1c83ba222d09f1e0dc2a0a081bc799.zip
implement MTU calculation and adjustments
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_tun_lib.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/gnunet_tun_lib.h b/src/include/gnunet_tun_lib.h
index 8fb6f32f0..11c43e8b7 100644
--- a/src/include/gnunet_tun_lib.h
+++ b/src/include/gnunet_tun_lib.h
@@ -58,6 +58,7 @@
58 * 8 bytes for IPv4, 4 bytes for port, 1 byte for "4", 2 bytes for "-", 58 * 8 bytes for IPv4, 4 bytes for port, 1 byte for "4", 2 bytes for "-",
59 * one byte for 0-termination. 59 * one byte for 0-termination.
60 */ 60 */
61
61#define GNUNET_TUN_IPV4_REGEXLEN 16 62#define GNUNET_TUN_IPV4_REGEXLEN 16
62 63
63 64