Signed-off-by: Roland Haeder <roland@mxchange.org>
*
* @return void
*/
- protected function startDhtBootstrap () {
+ protected function startBootstrap () {
// Push the node name on the stacker
$this->getStackerInstance()->pushNamed('dht_bootstrap', 'dht-bootstrap');
}
*
* @return void
*/
- protected function finishDhtBootstrap () {
+ protected function finishBootstrap () {
// Pop the last entry
$this->getStackerInstance()->popNamed('dht_bootstrap');
}
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>
//-->
-<dht-bootstrap>
+<bootstrap>
<!--
The data in this message is similar to that in announcement, except that an
announcement is sent to boot, master and list nodes but this to "all" nodes
<listen-port>{?node_listen_port?}</listen-port>
</listener>
</dht-bootstrap-data>
-</dht-bootstrap>
+</bootstrap>