diff options
author | dvn <git@dvn.me> | 2018-06-27 12:59:50 +0200 |
---|---|---|
committer | dvn <git@dvn.me> | 2018-06-27 12:59:50 +0200 |
commit | 22bb8cad921b6be5f0b533ec58049ae8f467d2ac (patch) | |
tree | 3a6b89191c6a9a2a9e11228e2369655b50e074ce | |
parent | fe54867c75e2aeb14b1420a08d7711899ffee512 (diff) |
Default Configuration (transport): a small step for me; a great step for usability
-rw-r--r-- | src/transport/transport.conf.in | 3 |
1 files changed, 2 insertions, 1 deletions
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 |