aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2020-06-01 18:45:46 +0200
committerMartin Schanzenbach <mschanzenbach@posteo.de>2020-06-01 18:45:46 +0200
commitd11bffdc2eaca845aafc9f5f0585eafe9c3db807 (patch)
treed36a25bb5432dc49841f3a73519f1885369c5e3a /src
parent583bc67ba55e5827f11bc904a253fe65f4b99b43 (diff)
downloadgnunet-d11bffdc2eaca845aafc9f5f0585eafe9c3db807.tar.gz
gnunet-d11bffdc2eaca845aafc9f5f0585eafe9c3db807.zip
tng: fix for macos unix socket handling
Diffstat (limited to 'src')
-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