aboutsummaryrefslogtreecommitdiff
path: root/src/transport/transport.conf.in
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-05-28 16:56:32 +0200
committerChristian Grothoff <christian@grothoff.org>2018-05-28 16:56:32 +0200
commit1ac69f278b6cc4ca79f81f0b4dfc2f8771c88698 (patch)
treef6806145b581ca47b6916377cddae97557977feb /src/transport/transport.conf.in
parent6f0c1fd78400bbf1d6808e9266a364b063ad36a2 (diff)
downloadgnunet-1ac69f278b6cc4ca79f81f0b4dfc2f8771c88698.tar.gz
gnunet-1ac69f278b6cc4ca79f81f0b4dfc2f8771c88698.zip
adding xu transport
Diffstat (limited to 'src/transport/transport.conf.in')
-rw-r--r--src/transport/transport.conf.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/transport/transport.conf.in b/src/transport/transport.conf.in
index a541080ce..1f56a2fa7 100644
--- a/src/transport/transport.conf.in
+++ b/src/transport/transport.conf.in
@@ -122,6 +122,11 @@ TESTING_IGNORE_KEYS = ACCEPT_FROM;
122# HOLE_EXTERNAL = AUTO:2086 122# HOLE_EXTERNAL = AUTO:2086
123 123
124 124
125[transport-xu]
126# Use PORT = 0 to autodetect a port available
127PORT = 2087
128
129
125[transport-http_client] 130[transport-http_client]
126MAX_CONNECTIONS = 128 131MAX_CONNECTIONS = 128
127TESTING_IGNORE_KEYS = ACCEPT_FROM; 132TESTING_IGNORE_KEYS = ACCEPT_FROM;