Add the option to bind to a specific address
This commit is contained in:
@@ -177,7 +177,7 @@ class Server : public con::PeerHandler, public MapEventReceiver,
|
||||
bool simple_singleplayer_mode
|
||||
);
|
||||
~Server();
|
||||
void start(unsigned short port);
|
||||
void start(Address bind_addr);
|
||||
void stop();
|
||||
// This is mainly a way to pass the time to the server.
|
||||
// Actual processing is done in an another thread.
|
||||
|
||||
Reference in New Issue
Block a user