Skip to main content

net_recv

Function net_recv 

Source
pub fn net_recv(buf: &mut [u8]) -> Result<usize, Error>
Expand description

Receive a network packet into buf.

Returns the number of bytes received.