gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet] branch master updated: tng: fix for macos unix socket handling


From: gnunet
Subject: [gnunet] branch master updated: tng: fix for macos unix socket handling
Date: Mon, 01 Jun 2020 18:51:09 +0200

This is an automated email from the git hooks/post-receive script.

martin-schanzenbach pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new d11bffdc2 tng: fix for macos unix socket handling
d11bffdc2 is described below

commit d11bffdc2eaca845aafc9f5f0585eafe9c3db807
Author: Martin Schanzenbach <mschanzenbach@posteo.de>
AuthorDate: Mon Jun 1 18:45:46 2020 +0200

    tng: fix for macos unix socket handling
---
 src/transport/gnunet-communicator-unix.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 @@
 /**
  * Our MTU.
  */
-#ifdef LINUX
+#ifndef DARWIN
 #define UNIX_MTU UINT16_MAX
 #else
 #define UNIX_MTU 2048

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]