aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2012-05-02 07:57:31 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2012-05-02 07:57:31 +0000
commitdd54d64a59482b0525bb90493c096cfc3126314a (patch)
treed0e8988cf45c709f8cbedf54c8627eaf9ee4c9be /src
parent9e9e9d4bb53dc1416d74a9afe8661c5844b632e0 (diff)
downloadgnunet-dd54d64a59482b0525bb90493c096cfc3126314a.tar.gz
gnunet-dd54d64a59482b0525bb90493c096cfc3126314a.zip
- default unix ports
Diffstat (limited to 'src')
-rw-r--r--src/transport/template_cfg_peer1.conf3
-rw-r--r--src/transport/template_cfg_peer2.conf3
2 files changed, 6 insertions, 0 deletions
diff --git a/src/transport/template_cfg_peer1.conf b/src/transport/template_cfg_peer1.conf
index ba05e9357..2b8e9b2a4 100644
--- a/src/transport/template_cfg_peer1.conf
+++ b/src/transport/template_cfg_peer1.conf
@@ -17,6 +17,9 @@ TIMEOUT = 5 s
17[transport-udp] 17[transport-udp]
18BROADCAST = NO 18BROADCAST = NO
19 19
20[transport-unix]
21PORT = 12007
22
20[arm] 23[arm]
21PORT = 12005 24PORT = 12005
22DEFAULTSERVICES = transport 25DEFAULTSERVICES = transport
diff --git a/src/transport/template_cfg_peer2.conf b/src/transport/template_cfg_peer2.conf
index 0a0e74af9..3b861370f 100644
--- a/src/transport/template_cfg_peer2.conf
+++ b/src/transport/template_cfg_peer2.conf
@@ -17,6 +17,9 @@ TIMEOUT = 5 s
17[transport-udp] 17[transport-udp]
18BROADCAST = NO 18BROADCAST = NO
19 19
20[transport-unix]
21PORT = 12017
22
20[arm] 23[arm]
21PORT = 12014 24PORT = 12014
22DEFAULTSERVICES = transport 25DEFAULTSERVICES = transport