Extending the testcases to use bluetooth
[oweals/gnunet.git] / src / transport / transport.conf.in
index 863c58e4a87cd57d84eb706e62fd7ae67a33105f..d9e8e33248db35593b8b37cfca2d77fd1654a07a 100644 (file)
@@ -82,6 +82,8 @@ TESTING_IGNORE_KEYS = ACCEPT_FROM;
 # If you have a valid SSL certificate for your external hostname tell, 
 # clients to verify it  
 # VERIFY_EXTERNAL_HOSTNAME = YES
+# Does the external hostname use the same port?
+# EXTERNAL_HOSTNAME_USE_PORT = YES
 PORT = 4433
 ADVERTISED_PORT = 4433
 CRYPTO_INIT = NORMAL
@@ -96,3 +98,10 @@ INTERFACE = mon0
 # Real hardware, no testing
 TESTMODE = 0
 TESTING_IGNORE_KEYS = ACCEPT_FROM;
+
+[transport-bluetooth]
+# Name of the interface (typically hciX)
+INTERFACE = hci0
+# Real hardware, no testing
+TESTMODE = 0
+TESTING_IGNORE_KEYS = ACCEPT_FROM;