X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fconfig%2Fconfig-hubmaster.php;h=9e1bb991977fd11d1dd6849382cd2bfc44d07e3b;hp=0e792b78710c4ae1a647d43f8f077b956780aa2c;hb=619e98efd3b0a21125b709d12284dbc34680e35e;hpb=c6d73b0e3246efc824cb98338d4be7ee5bc9f308 diff --git a/inc/config/config-hubmaster.php b/inc/config/config-hubmaster.php index 0e792b78..9e1bb991 100644 --- a/inc/config/config-hubmaster.php +++ b/inc/config/config-hubmaster.php @@ -4,7 +4,7 @@ * * @author Roland Haeder * @version 0.0 - * @copyright Copyright (c) 2007, 2008 Roland Haeder, this is free software + * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2011 Core Developer Team * @license GNU GPL 3.0 or any newer version * * This program is free software: you can redistribute it and/or modify @@ -24,65 +24,8 @@ // Get the configuration instance $cfg = FrameworkConfiguration::getInstance(); -// CFG: HUB-LISTEN-ADDR -$cfg->setConfigEntry('hub_listen_addr', "0.0.0.0"); - -// CFG: HUB-LISTEN-PORT (zero = auto-choose) -$cfg->setConfigEntry('hub_listen_port', 9060); - -// CFG: HUB-MAX-AUTH-TRIES -$cfg->setConfigEntry('hub_max_auth_tries', 3); - -// CFG: HUB-MSG-AUTH-TRIES -$cfg->setConfigEntry('hub_msg_auth_tries', "AUTH_MAX_TRIES"); - -// CFG: HUB-MSG-SPOOFING -$cfg->setConfigEntry('hub_msg_spoofing', "SPOOFING"); - -// CFG: HUB-MSG-AUTH-REPLY -$cfg->setConfigEntry('hub_msg_auth_reply_timeout', "TIMEOUT_AUTH"); - -// CFG: HUB-MSG-BYE -$cfg->setConfigEntry('hub_msg_bye', "BYE"); - -// CFG: HUB-MASTER-IP -$cfg->setConfigEntry('hub_master_ip', "192.168.1.17"); - -// CFG: HUB-MASTER-PORT -$cfg->setConfigEntry('hub_master_port', 9060); - -// CFG: HUB-AUTH-REQUEST -$cfg->setConfigEntry('hub_auth_request', "AUTH"); - -// CFG: HUB-AUTH-REQUEST-TIMEOUT (5 seconds for whole auth procedure shall be fine) -$cfg->setConfigEntry('hub_auth_request_timeout', 5); - -// CFG: HUB-PEER-HELLO -$cfg->setConfigEntry('hub_peer_hello', "HELLO"); - -// CFG: HUB-HELLO-REPLY -$cfg->setConfigEntry('hub_hello_reply', "ELHO"); - -// CFG: HUB-HELLO-TIMEOUT -$cfg->setConfigEntry('hub_hello_timeout', 30); - -// CFG: HUB-HELLO-RETRIES -$cfg->setConfigEntry('hub_hello_retires', 3); - -// CFG: HUB-PEER-PING -$cfg->setConfigEntry('hub_peer_ping', "PING"); - -// CFG: HUB-PING-REPLY -$cfg->setConfigEntry('hub_ping_reply', "PONG"); - -// CFG: HUB-PING-TIMEOUT -$cfg->setConfigEntry('hub_ping_timeout', 10); - -// CFG: HUB-PING-MAXDROPS -$cfg->setConfigEntry('hub_ping_maxdrops', 3); - -// CFG: HUB-PEER-MISS-PONG -$cfg->setConfigEntry('hub_peer_miss_pong', "PONG_MISS"); +// CFG: HUB-BOOTSTRAP-NODES +$cfg->setConfigEntry('hub_bootstrap_nodes', 'www.mxchange.org:9060'); // [EOF] ?>