- find servers on LAN now discovers customized game ports

This commit is contained in:
Mark Vejvoda
2012-10-05 23:53:10 +00:00
parent 8d16e6247f
commit b4e6205671
3 changed files with 32 additions and 4 deletions

View File

@@ -220,9 +220,10 @@ class BroadCastSocketThread : public BaseThread
private:
Mutex *mutexPauseBroadcast;
bool pauseBroadcast;
int boundPort;
public:
BroadCastSocketThread();
BroadCastSocketThread(int boundPort);
virtual ~BroadCastSocketThread();
virtual void execute();
virtual bool canShutdown(bool deleteSelfIfShutdownDelayed=false);