Browse Source

tng: fix for macos unix socket handling

Martin Schanzenbach 4 years ago
parent
commit
d11bffdc2e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/transport/gnunet-communicator-unix.c

+ 1 - 1
src/transport/gnunet-communicator-unix.c

@@ -57,7 +57,7 @@
 /**
  * Our MTU.
  */
-#ifdef LINUX
+#ifndef DARWIN
 #define UNIX_MTU UINT16_MAX
 #else
 #define UNIX_MTU 2048