src/network/network.h
changeset 6148 a8cc2e7bf9b6
parent 5962 72d6d787d1f0
child 6167 1475cf991e66
equal deleted inserted replaced
6147:2345f00d2a33 6148:a8cc2e7bf9b6
    69 	NetworkGameInfo info;
    69 	NetworkGameInfo info;
    70 	uint32 ip;
    70 	uint32 ip;
    71 	uint16 port;
    71 	uint16 port;
    72 	bool online;                                    // False if the server did not respond (default status)
    72 	bool online;                                    // False if the server did not respond (default status)
    73 	bool manually;                                  // True if the server was added manually
    73 	bool manually;                                  // True if the server was added manually
       
    74 	uint8 retries;
    74 	struct NetworkGameList *next;
    75 	struct NetworkGameList *next;
    75 } NetworkGameList;
    76 } NetworkGameList;
    76 
    77 
    77 typedef enum {
    78 typedef enum {
    78 	NETWORK_JOIN_STATUS_CONNECTING,
    79 	NETWORK_JOIN_STATUS_CONNECTING,