pub(crate) mod tcp_server; pub(crate) mod udp_server; const SERVER_ADDR: &str = "127.0.0.1:12345";