gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r22447 - gnunet/src/transport


From: gnunet
Subject: [GNUnet-SVN] r22447 - gnunet/src/transport
Date: Mon, 2 Jul 2012 23:42:36 +0200

Author: harsha
Date: 2012-07-02 23:42:36 +0200 (Mon, 02 Jul 2012)
New Revision: 22447

Modified:
   gnunet/src/transport/transport.conf.in
Log:
ignoring ACCEPT_FROM for transport plugins while testing

Modified: gnunet/src/transport/transport.conf.in
===================================================================
--- gnunet/src/transport/transport.conf.in      2012-07-02 21:39:16 UTC (rev 
22446)
+++ gnunet/src/transport/transport.conf.in      2012-07-02 21:42:36 UTC (rev 
22447)
@@ -27,11 +27,13 @@
 
 [transport-unix]
 PORT = 22086
+TESTING_IGNORE_KEYS = ACCEPT_FROM;
 
 [transport-tcp]
 # Use 0 to ONLY advertise as a peer behind NAT (no port binding)
 PORT = 2086
 ADVERTISED_PORT = 2086
+TESTING_IGNORE_KEYS = ACCEPT_FROM;
 
 # Maximum number of open TCP connections allowed
 MAX_CONNECTIONS = 128
@@ -49,10 +51,12 @@
 BROADCAST = YES
 BROADCAST_INTERVAL = 30 s
 MAX_BPS = 1000000
+TESTING_IGNORE_KEYS = ACCEPT_FROM;
 
 [transport-http]
 PORT = 1080
 MAX_CONNECTIONS = 128
+TESTING_IGNORE_KEYS = ACCEPT_FROM;
 
 [transport-https]
 PORT = 4433
@@ -60,10 +64,11 @@
 KEY_FILE = https.key
 CERT_FILE = https.cert
 MAX_CONNECTIONS = 128
+TESTING_IGNORE_KEYS = ACCEPT_FROM;
 
 [transport-wlan]
 # Name of the interface in monitor mode (typically monX)
 INTERFACE = mon0
 # Real hardware, no testing
 TESTMODE = 0
-
+TESTING_IGNORE_KEYS = ACCEPT_FROM;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]