Remove: old server listing via Master Server

This removes all UDP from the game except for a local broadcast
to find LAN games.

So long Master Server, and tnx for all the fish!
This commit is contained in:
Patric Stout
2021-04-29 17:52:09 +02:00
committed by Patric Stout
parent 61fdef8457
commit 8a2da49413
6 changed files with 8 additions and 401 deletions

View File

@@ -14,8 +14,6 @@
void NetworkUDPInitialize();
void NetworkUDPSearchGame();
void NetworkUDPQueryMasterServer();
void NetworkUDPQueryServer(const std::string &connection_string, bool manually = false);
void NetworkUDPClose();
void NetworkUDPServerListen();
void NetworkBackgroundUDPLoop();