veloren_server::connection_handlerType Alias IncomingClient
Source pub(crate) type IncomingClient = Client;
struct IncomingClient {Show 19 fields
pub client_type: ClientType,
pub participant: Option<Participant>,
pub current_ip_addrs: Vec<SocketAddr>,
connected_from_addr: ConnectAddr,
pub last_ping: f64,
pub login_msg_sent: AtomicBool,
pub locale: Option<String>,
general_stream: Stream,
ping_stream: Stream,
register_stream: Stream,
character_screen_stream: Stream,
in_game_stream: Stream,
terrain_stream: Stream,
general_stream_params: StreamParams,
ping_stream_params: StreamParams,
register_stream_params: StreamParams,
character_screen_stream_params: StreamParams,
in_game_stream_params: StreamParams,
terrain_stream_params: StreamParams,
}