aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_unix.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-03-30 16:01:34 +0000
committerChristian Grothoff <christian@grothoff.org>2013-03-30 16:01:34 +0000
commit9d28dc341890a1a5963c99708f870326910ad42c (patch)
treee89776c80a83462e8217f20f5d69d60cfa85029c /src/transport/plugin_transport_unix.c
parent3f52cf4378a93860d14e8475e7de62c1bb0b4c24 (diff)
downloadgnunet-9d28dc341890a1a5963c99708f870326910ad42c.tar.gz
gnunet-9d28dc341890a1a5963c99708f870326910ad42c.zip
-more distance removing
Diffstat (limited to 'src/transport/plugin_transport_unix.c')
-rw-r--r--src/transport/plugin_transport_unix.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/transport/plugin_transport_unix.c b/src/transport/plugin_transport_unix.c
index a27144efa..646695f79 100644
--- a/src/transport/plugin_transport_unix.c
+++ b/src/transport/plugin_transport_unix.c
@@ -48,11 +48,6 @@
48 48
49#define LOG(kind,...) GNUNET_log_from (kind, "transport-unix",__VA_ARGS__) 49#define LOG(kind,...) GNUNET_log_from (kind, "transport-unix",__VA_ARGS__)
50 50
51/*
52 * Transport cost to peer, always 1 for UNIX (direct connection)
53 */
54#define UNIX_DIRECT_DISTANCE 1
55
56#define DEFAULT_NAT_PORT 0 51#define DEFAULT_NAT_PORT 0
57 52
58/** 53/**