Type Alias veloren_server::connection_handler::IncomingClient
source · pub(crate) type IncomingClient = Client;
Aliased Type§
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,
}
Fields§
§client_type: ClientType
§participant: Option<Participant>
§current_ip_addrs: Vec<SocketAddr>
§connected_from_addr: ConnectAddr
§last_ping: f64
§login_msg_sent: AtomicBool
§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