finding game servers w/ WS
Hi guys! How do I retrieve the list of currently running game servers on a LAN with winsock? That is, the games list in the "Join" screen. Is it done by broadcasting? Thanks
yes, it is done by brodcasting,
and if you want to do it by the inet you have to set up a master server
where all the game servers send a message "okay bob, im making a game - so sign me up on that list of yours"
And bob (the master server) Adds John to the list of games.
The master server also make sure that the games are running every so often.
and if you want to do it by the inet you have to set up a master server
where all the game servers send a message "okay bob, im making a game - so sign me up on that list of yours"
And bob (the master server) Adds John to the list of games.
The master server also make sure that the games are running every so often.
- Me
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement