Mercurial > hg > udpmsg3
view hub/config.php @ 2:7e342a0a3b74 draft default tip
Fixed UDP mode in hub
author | Ivo Smits <Ivo@UCIS.nl> |
---|---|
date | Sat, 04 May 2013 00:36:14 +0200 |
parents | dd81c38b513a |
children |
line wrap: on
line source
<?php $config = array( 'tcplisten' => array( array(), ), 'tcpconnect' => array( ), 'udppeer' => array( ), 'logsize' => 1024, ); if (!defined('CONFIGFILE')) define('CONFIGFILE', __FILE__); if (!defined('APP_LOADED')) include './hub.php';