From e30c867dd0f0891b5b2494ba3bd2311d25f08969 Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Fri, 27 Apr 2012 12:33:16 +0000 Subject: - section for unix --- src/transport/transport.conf.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/transport/transport.conf.in') diff --git a/src/transport/transport.conf.in b/src/transport/transport.conf.in index ff81ff088..cffd6fe06 100644 --- a/src/transport/transport.conf.in +++ b/src/transport/transport.conf.in @@ -9,7 +9,7 @@ BINARY = gnunet-service-transport NEIGHBOUR_LIMIT = 50 ACCEPT_FROM = 127.0.0.1; ACCEPT_FROM6 = ::1; -PLUGINS = tcp +PLUGINS = tcp udp unix UNIXPATH = /tmp/gnunet-service-transport.sock BLACKLIST_FILE = $SERVICEHOME/blacklist # This could possibly be relaxed @@ -25,6 +25,8 @@ UNIX_MATCH_GID = YES # REJECT_FROM6 = # PREFIX = valgrind --leak-check=full +[transport-unix] +PORT = 22086 [transport-tcp] # Use 0 to ONLY advertise as a peer behind NAT (no port binding) -- cgit v1.2.3