Support UDP discovery broadcast packets (so we can list servers)

This commit is contained in:
Charles Lohr
2005-11-30 00:37:47 +00:00
parent cd9cf4c1e2
commit a44506d613
2 changed files with 18 additions and 1 deletions
+2
View File
@@ -93,6 +93,7 @@ private:
PacketFunctions Reply;
vector<GameClient*> Client;
EzSockets server;
EzSockets broadcast;
int ClientHost;
vector<LanPlayer*> playersPtr;
time_t statsTime;
@@ -136,6 +137,7 @@ private:
void Disconnect(const unsigned int clientNum);
void ClientsSongSelectStart();
void ResetLastSongInfo();
void BroadcastInfo();
#endif
};