From 22bb8cad921b6be5f0b533ec58049ae8f467d2ac Mon Sep 17 00:00:00 2001 From: dvn Date: Wed, 27 Jun 2018 12:59:50 +0200 Subject: Default Configuration (transport): a small step for me; a great step for usability --- src/transport/transport.conf.in | 3 ++- 1 file changed, 2 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 4185acc29..c6b207ad7 100644 --- a/src/transport/transport.conf.in +++ b/src/transport/transport.conf.in @@ -9,7 +9,8 @@ BINARY = gnunet-service-transport NEIGHBOUR_LIMIT = 50 ACCEPT_FROM = 127.0.0.1; ACCEPT_FROM6 = ::1; -PLUGINS = tcp udp +# TCP is the only transport plugin known to work "reliably" +PLUGINS = tcp UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-transport.sock BLACKLIST_FILE = $GNUNET_CONFIG_HOME/transport/blacklist UNIX_MATCH_UID = NO -- cgit v1.2.3