aboutsummaryrefslogtreecommitdiff
path: root/src/transport/transport.conf.in
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2012-07-02 21:42:36 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2012-07-02 21:42:36 +0000
commiteae4d339d15fbaf69775f63341de1d748b301cd9 (patch)
tree6cb1ca659a1e0dfd90271cede0def02e648b80a0 /src/transport/transport.conf.in
parentcd5d883c4068daff30217ae8ec93ba2fb10a699a (diff)
downloadgnunet-eae4d339d15fbaf69775f63341de1d748b301cd9.tar.gz
gnunet-eae4d339d15fbaf69775f63341de1d748b301cd9.zip
ignoring ACCEPT_FROM for transport plugins while testing
Diffstat (limited to 'src/transport/transport.conf.in')
-rw-r--r--src/transport/transport.conf.in7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/transport/transport.conf.in b/src/transport/transport.conf.in
index 29f4a2d62..811eada42 100644
--- a/src/transport/transport.conf.in
+++ b/src/transport/transport.conf.in
@@ -27,11 +27,13 @@ UNIX_MATCH_GID = YES
27 27
28[transport-unix] 28[transport-unix]
29PORT = 22086 29PORT = 22086
30TESTING_IGNORE_KEYS = ACCEPT_FROM;
30 31
31[transport-tcp] 32[transport-tcp]
32# Use 0 to ONLY advertise as a peer behind NAT (no port binding) 33# Use 0 to ONLY advertise as a peer behind NAT (no port binding)
33PORT = 2086 34PORT = 2086
34ADVERTISED_PORT = 2086 35ADVERTISED_PORT = 2086
36TESTING_IGNORE_KEYS = ACCEPT_FROM;
35 37
36# Maximum number of open TCP connections allowed 38# Maximum number of open TCP connections allowed
37MAX_CONNECTIONS = 128 39MAX_CONNECTIONS = 128
@@ -49,10 +51,12 @@ PORT = 2086
49BROADCAST = YES 51BROADCAST = YES
50BROADCAST_INTERVAL = 30 s 52BROADCAST_INTERVAL = 30 s
51MAX_BPS = 1000000 53MAX_BPS = 1000000
54TESTING_IGNORE_KEYS = ACCEPT_FROM;
52 55
53[transport-http] 56[transport-http]
54PORT = 1080 57PORT = 1080
55MAX_CONNECTIONS = 128 58MAX_CONNECTIONS = 128
59TESTING_IGNORE_KEYS = ACCEPT_FROM;
56 60
57[transport-https] 61[transport-https]
58PORT = 4433 62PORT = 4433
@@ -60,10 +64,11 @@ CRYPTO_INIT = NORMAL
60KEY_FILE = https.key 64KEY_FILE = https.key
61CERT_FILE = https.cert 65CERT_FILE = https.cert
62MAX_CONNECTIONS = 128 66MAX_CONNECTIONS = 128
67TESTING_IGNORE_KEYS = ACCEPT_FROM;
63 68
64[transport-wlan] 69[transport-wlan]
65# Name of the interface in monitor mode (typically monX) 70# Name of the interface in monitor mode (typically monX)
66INTERFACE = mon0 71INTERFACE = mon0
67# Real hardware, no testing 72# Real hardware, no testing
68TESTMODE = 0 73TESTMODE = 0
69 74TESTING_IGNORE_KEYS = ACCEPT_FROM;