src/network/core/tcp.h
changeset 6235 a4ea32acd914
parent 6121 2aae24b0881f
child 6248 e4a2ed7e5613
equal deleted inserted replaced
6234:023a25b334b6 6235:a4ea32acd914
    71 } CommandPacket;
    71 } CommandPacket;
    72 
    72 
    73 /** Status of a client */
    73 /** Status of a client */
    74 typedef enum {
    74 typedef enum {
    75 	STATUS_INACTIVE,   ///< The client is not connected nor active
    75 	STATUS_INACTIVE,   ///< The client is not connected nor active
       
    76 	STATUS_AUTHORIZING,///< The client is authorizing
    76 	STATUS_AUTH,       ///< The client is authorized
    77 	STATUS_AUTH,       ///< The client is authorized
    77 	STATUS_MAP_WAIT,   ///< The client is waiting as someone else is downloading the map
    78 	STATUS_MAP_WAIT,   ///< The client is waiting as someone else is downloading the map
    78 	STATUS_MAP,        ///< The client is downloading the map
    79 	STATUS_MAP,        ///< The client is downloading the map
    79 	STATUS_DONE_MAP,   ///< The client has downloaded the map
    80 	STATUS_DONE_MAP,   ///< The client has downloaded the map
    80 	STATUS_PRE_ACTIVE, ///< The client is catching up the delayed frames
    81 	STATUS_PRE_ACTIVE, ///< The client is catching up the delayed frames