Struct server::net::types::Greeting
[−]
[src]
pub struct Greeting { pub protocol_version: u8, pub message: String, }
This is the first packet being sent by the server after the TCP connection is established.
Fields
protocol_version | |
message |