aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_unix.c
diff options
context:
space:
mode:
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/**