Default Configuration (transport): a small step for me; a great step for usability
authordvn <git@dvn.me>
Wed, 27 Jun 2018 10:59:50 +0000 (12:59 +0200)
committerdvn <git@dvn.me>
Wed, 27 Jun 2018 10:59:50 +0000 (12:59 +0200)
src/transport/transport.conf.in

index 4185acc291f332fc2483c7754cf1918ef2c9f123..c6b207ad7a03ea0af161b2b6c82c45020ffe1a38 100644 (file)
@@ -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