aboutsummaryrefslogtreecommitdiff
path: root/src/gns
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2012-10-01 10:15:40 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2012-10-01 10:15:40 +0000
commit026ae6f50d56ac9281de58dd125f307efbe01d30 (patch)
tree8c8b97ff7d9cae894f6e14f7e47a7c307c5e0199 /src/gns
parentf1cd71b6c02321e1972227bb1f3aff4ddbc3f984 (diff)
downloadgnunet-026ae6f50d56ac9281de58dd125f307efbe01d30.tar.gz
gnunet-026ae6f50d56ac9281de58dd125f307efbe01d30.zip
fixes #2573
Diffstat (limited to 'src/gns')
-rw-r--r--src/gns/gnunet-gns-proxy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gns/gnunet-gns-proxy.c b/src/gns/gnunet-gns-proxy.c
index ad8b95915..9c8fde861 100644
--- a/src/gns/gnunet-gns-proxy.c
+++ b/src/gns/gnunet-gns-proxy.c
@@ -30,7 +30,7 @@
30#include "gns_proxy_proto.h" 30#include "gns_proxy_proto.h"
31#include "gns.h" 31#include "gns.h"
32 32
33#define HAVE_MHD_NO_LISTEN_SOCKET MHD_VERSION >= 0x00091401 33#define HAVE_MHD_NO_LISTEN_SOCKET (MHD_VERSION >= 0x00091401)
34 34
35#define GNUNET_GNS_PROXY_PORT 7777 35#define GNUNET_GNS_PROXY_PORT 7777
36#define MHD_MAX_CONNECTIONS 300 36#define MHD_MAX_CONNECTIONS 300