ソースを参照

Default Configuration (transport): a small step for me; a great step for usability

dvn 6 年 前
コミット
22bb8cad92
1 ファイル変更2 行追加1 行削除
  1. 2 1
      src/transport/transport.conf.in

+ 2 - 1
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