This is the data structure for holding individual host information.
The host list retreived from a master server uses this class to represent individual hosts.
comment | A miscellaneous comment (can hold data). |
connectedPlayers | Jugadores conectados en estos momentos. |
gameName | The name of the game (like John Doe's Game). |
gameType | The type of the game (like "MyUniqueGameType"). |
guid | The GUID of the host, needed when connecting with NAT punchthrough. |
ip | Dirección IP del servidor. |
passwordProtected | ¿Requiere el servidor una contraseña? |
playerLimit | Maximum players limit. |
port | Puerto del servidor. |
useNat | Does this server require NAT punchthrough? |