From 896398e6732b7c29e5bceb7415dd30bd3797e190 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Tue, 3 Feb 2009 21:25:34 +0000 Subject: [PATCH] Hub software cleared (prepared for full rewrite) --- inc/config/config-hubmaster.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/inc/config/config-hubmaster.php b/inc/config/config-hubmaster.php index 0e792b78..ace333f4 100644 --- a/inc/config/config-hubmaster.php +++ b/inc/config/config-hubmaster.php @@ -46,7 +46,7 @@ $cfg->setConfigEntry('hub_msg_auth_reply_timeout', "TIMEOUT_AUTH"); $cfg->setConfigEntry('hub_msg_bye', "BYE"); // CFG: HUB-MASTER-IP -$cfg->setConfigEntry('hub_master_ip', "192.168.1.17"); +$cfg->setConfigEntry('hub_master_ip', "192.168.1.1"); // CFG: HUB-MASTER-PORT $cfg->setConfigEntry('hub_master_port', 9060); @@ -84,5 +84,8 @@ $cfg->setConfigEntry('hub_ping_maxdrops', 3); // CFG: HUB-PEER-MISS-PONG $cfg->setConfigEntry('hub_peer_miss_pong', "PONG_MISS"); +// CFG: HUB-INTRO-ENABLED +$cfg->setConfigEntry('hub_intro_enabled', "Y"); + // [EOF] ?> -- 2.39.5