Allow for broadcast reception, so users can see all currently running SMLAN servers on a network easily. This code may be very active in the next few days depending on bugs we find.

This commit is contained in:
Charles Lohr
2005-11-30 04:04:21 +00:00
parent cf46864b1a
commit bc1b00e437
5 changed files with 89 additions and 2 deletions
+1
View File
@@ -16,6 +16,7 @@ public:
private:
void ImportOptions( int iRow, const vector<PlayerNumber> &vpns );
void ExportOptions( int iRow, const vector<PlayerNumber> &vpns );
vector<NetServerInfo> AllServers;
void UpdateConnectStatus();
};