From dd54d64a59482b0525bb90493c096cfc3126314a Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Wed, 2 May 2012 07:57:31 +0000 Subject: - default unix ports --- src/transport/template_cfg_peer1.conf | 3 +++ src/transport/template_cfg_peer2.conf | 3 +++ 2 files changed, 6 insertions(+) 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 [transport-udp] BROADCAST = NO +[transport-unix] +PORT = 12007 + [arm] PORT = 12005 DEFAULTSERVICES = 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 [transport-udp] BROADCAST = NO +[transport-unix] +PORT = 12017 + [arm] PORT = 12014 DEFAULTSERVICES = transport -- cgit v1.2.3