Trait Socket
unmp_protocol_etp
pub trait Socket { pub fn port(&self) -> u8; pub fn recv_handle(&self, remote: &Addr, data: &[u8]); }
监听器
pub fn port(&self) -> u8
pub fn recv_handle(&self, remote: &Addr, data: &[u8])