Make command net_restart work so that port/ip settings can be changed without server restart
This commit is contained in:
parent
0693f0c1b3
commit
7aed7e8861
3 changed files with 40 additions and 40 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue