aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-communicator-unix.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/gnunet-communicator-unix.c')
-rw-r--r--src/transport/gnunet-communicator-unix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport/gnunet-communicator-unix.c b/src/transport/gnunet-communicator-unix.c
index 53b6cf8be..6ea0ea360 100644
--- a/src/transport/gnunet-communicator-unix.c
+++ b/src/transport/gnunet-communicator-unix.c
@@ -57,7 +57,7 @@
57/** 57/**
58 * Our MTU. 58 * Our MTU.
59 */ 59 */
60#ifdef LINUX 60#ifndef DARWIN
61#define UNIX_MTU UINT16_MAX 61#define UNIX_MTU UINT16_MAX
62#else 62#else
63#define UNIX_MTU 2048 63#define UNIX_MTU 2048