/ src / artic_tls / src / server_hello.rs
server_hello.rs
1  use crate::ClientHello;
2  
3  pub(crate) fn server_hello_handler(client_hello: ClientHello) {}