Make command net_restart work so that port/ip settings can be changed without server restart

This commit is contained in:
Thilo Schulz 2009-05-29 03:14:49 +00:00
parent 0693f0c1b3
commit 7aed7e8861
3 changed files with 40 additions and 40 deletions

View file

@ -160,7 +160,7 @@ typedef struct {
void NET_Init( void );
void NET_Shutdown( void );
void NET_Restart( void );
void NET_Restart_f( void );
void NET_Config( qboolean enableNetworking );
void NET_FlushPacketQueue(void);
void NET_SendPacket (netsrc_t sock, int length, const void *data, netadr_t to);