- section for unix
authorMatthias Wachs <wachs@net.in.tum.de>
Fri, 27 Apr 2012 12:33:16 +0000 (12:33 +0000)
committerMatthias Wachs <wachs@net.in.tum.de>
Fri, 27 Apr 2012 12:33:16 +0000 (12:33 +0000)
src/transport/transport.conf.in

index ff81ff0880372121c26858dec8b0d58216311afb..cffd6fe06c4dc4a4ffa6e95ec2e9f39da65cf0c2 100644 (file)
@@ -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)