aboutsummaryrefslogtreecommitdiff
path: root/src/transport/transport.conf.in
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-01-05 21:23:02 +0100
committerChristian Grothoff <christian@grothoff.org>2017-01-05 21:23:02 +0100
commit1b7f6eea0a06abab9b75b30f021aa6313fccfcd4 (patch)
tree0d726dbd6650997c22a7c17ce833ce53c23bde9e /src/transport/transport.conf.in
parent07d7291d64688ecf9ef0bf2b663b10a168d5fff2 (diff)
downloadgnunet-1b7f6eea0a06abab9b75b30f021aa6313fccfcd4.tar.gz
gnunet-1b7f6eea0a06abab9b75b30f021aa6313fccfcd4.zip
pass section name instead of specific option via IPC
Diffstat (limited to 'src/transport/transport.conf.in')
-rw-r--r--src/transport/transport.conf.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/transport/transport.conf.in b/src/transport/transport.conf.in
index 95e3f9944..4e9f17f77 100644
--- a/src/transport/transport.conf.in
+++ b/src/transport/transport.conf.in
@@ -55,6 +55,9 @@ MAX_CONNECTIONS = 128
55# Enable TCP stealth? 55# Enable TCP stealth?
56TCP_STEALTH = NO 56TCP_STEALTH = NO
57 57
58# Configuration for manually punched holes in NAT.
59# HOLE_EXTERNAL = auto:2086
60
58[transport-udp] 61[transport-udp]
59# Use PORT = 0 to autodetect a port available 62# Use PORT = 0 to autodetect a port available
60PORT = 2086 63PORT = 2086
@@ -69,6 +72,9 @@ BROADCAST_INTERVAL = 30 s
69MAX_BPS = 1000000 72MAX_BPS = 1000000
70TESTING_IGNORE_KEYS = ACCEPT_FROM; 73TESTING_IGNORE_KEYS = ACCEPT_FROM;
71 74
75# Configuration for manually punched holes in NAT.
76# HOLE_EXTERNAL = auto:2086
77
72[transport-http_client] 78[transport-http_client]
73MAX_CONNECTIONS = 128 79MAX_CONNECTIONS = 128
74TESTING_IGNORE_KEYS = ACCEPT_FROM; 80TESTING_IGNORE_KEYS = ACCEPT_FROM;
@@ -99,6 +105,9 @@ TESTING_IGNORE_KEYS = ACCEPT_FROM;
99# Enable TCP stealth? 105# Enable TCP stealth?
100TCP_STEALTH = NO 106TCP_STEALTH = NO
101 107
108# Configuration for manually punched holes in NAT.
109# HOLE_EXTERNAL = auto:2086
110
102[transport-https_client] 111[transport-https_client]
103MAX_CONNECTIONS = 128 112MAX_CONNECTIONS = 128
104TESTING_IGNORE_KEYS = ACCEPT_FROM; 113TESTING_IGNORE_KEYS = ACCEPT_FROM;
@@ -140,6 +149,10 @@ TESTING_IGNORE_KEYS = ACCEPT_FROM;
140# Enable TCP stealth? 149# Enable TCP stealth?
141TCP_STEALTH = NO 150TCP_STEALTH = NO
142 151
152# Configuration for manually punched holes in NAT.
153# HOLE_EXTERNAL = auto:2086
154
155
143[transport-wlan] 156[transport-wlan]
144# Name of the interface in monitor mode (typically monX) 157# Name of the interface in monitor mode (typically monX)
145INTERFACE = mon0 158INTERFACE = mon0