aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2011-11-02 17:05:46 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2011-11-02 17:05:46 +0000
commit7749a77c3b623f90cb54fad9eaf65a0fc2a1bd81 (patch)
tree51477487353fbb47b2621462a4058f4a50d2fd61 /src
parentabc8a1a1d9fafdb3ea1921852643e1b477a3f888 (diff)
downloadgnunet-7749a77c3b623f90cb54fad9eaf65a0fc2a1bd81.tar.gz
gnunet-7749a77c3b623f90cb54fad9eaf65a0fc2a1bd81.zip
transport template defaults
Diffstat (limited to 'src')
-rw-r--r--src/transport/template_cfg_peer1.conf5
-rw-r--r--src/transport/template_cfg_peer2.conf5
2 files changed, 8 insertions, 2 deletions
diff --git a/src/transport/template_cfg_peer1.conf b/src/transport/template_cfg_peer1.conf
index 35007677f..b76613513 100644
--- a/src/transport/template_cfg_peer1.conf
+++ b/src/transport/template_cfg_peer1.conf
@@ -31,4 +31,7 @@ UNIXPATH = /tmp/gnunet-p1-service-transport.sock
31[ats] 31[ats]
32#DEBUG = YES 32#DEBUG = YES
33PORT = 12006 33PORT = 12006
34UNIXPATH = /tmp/gnunet-p1-service-ats.sock \ No newline at end of file 34UNIXPATH = /tmp/gnunet-p1-service-ats.sock
35
36[nat]
37RETURN_LOCAL_ADDRESSES = YES \ No newline at end of file
diff --git a/src/transport/template_cfg_peer2.conf b/src/transport/template_cfg_peer2.conf
index b0644c5b2..0c1f89cc2 100644
--- a/src/transport/template_cfg_peer2.conf
+++ b/src/transport/template_cfg_peer2.conf
@@ -32,4 +32,7 @@ UNIXPATH = /tmp/gnunet-p2-service-transport.sock
32[ats] 32[ats]
33#DEBUG = YES 33#DEBUG = YES
34PORT = 12016 34PORT = 12016
35UNIXPATH = /tmp/gnunet-p2-service-ats.sock \ No newline at end of file 35UNIXPATH = /tmp/gnunet-p2-service-ats.sock
36
37[nat]
38RETURN_LOCAL_ADDRESSES = YES \ No newline at end of file