Fix bug #76: added support for multiple server listen ports.

Use server_alt_ports and supply a comma separated list of ports.
This commit is contained in:
Jan Vidar Krey
2010-01-27 23:55:52 +01:00
parent 1faca92167
commit c3ad006d07
4 changed files with 66 additions and 0 deletions

View File

@@ -91,6 +91,7 @@ struct hub_logout_info
struct hub_info
{
struct net_connection* server;
struct linked_list* server_alt_ports;
struct hub_stats stats;
struct event_queue* queue;
struct hub_config* config;