Function goatns::servers::get_result
source · async fn get_result(
header: Header,
len: usize,
buf: &[u8],
datastore: Sender<Command>
) -> Result<Reply, String>
Expand description
The generic handler for the packets once they’ve been pulled out of their protocol handlers. TCP has a slightly different stream format to UDP, y’know?