aboutsummaryrefslogtreecommitdiff
path: root/src/transport/transport.conf.in
diff options
context:
space:
mode:
authorClaudiu Olteanu <claudiu@140774ce-b5e7-0310-ab8b-a85725594a96>2013-07-14 11:25:59 +0000
committerClaudiu Olteanu <claudiu@140774ce-b5e7-0310-ab8b-a85725594a96>2013-07-14 11:25:59 +0000
commit206b8c58b7e6843ddb4832692b11032d4fe57541 (patch)
tree3ba88f36ae30093694a3d3f97b2d70f82c723dd6 /src/transport/transport.conf.in
parent09be1a7abdd1de923db98e0513ab50aa6c1ac98a (diff)
downloadgnunet-206b8c58b7e6843ddb4832692b11032d4fe57541.tar.gz
gnunet-206b8c58b7e6843ddb4832692b11032d4fe57541.zip
Integrating bluetooth in the configuration file
Diffstat (limited to 'src/transport/transport.conf.in')
-rw-r--r--src/transport/transport.conf.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/transport/transport.conf.in b/src/transport/transport.conf.in
index 881d0a2bf..d9e8e3324 100644
--- a/src/transport/transport.conf.in
+++ b/src/transport/transport.conf.in
@@ -98,3 +98,10 @@ INTERFACE = mon0
98# Real hardware, no testing 98# Real hardware, no testing
99TESTMODE = 0 99TESTMODE = 0
100TESTING_IGNORE_KEYS = ACCEPT_FROM; 100TESTING_IGNORE_KEYS = ACCEPT_FROM;
101
102[transport-bluetooth]
103# Name of the interface (typically hciX)
104INTERFACE = hci0
105# Real hardware, no testing
106TESTMODE = 0
107TESTING_IGNORE_KEYS = ACCEPT_FROM;