Skip to main content

SYS_NET_RECV

Constant SYS_NET_RECV 

Source
pub const SYS_NET_RECV: usize = 410; // 410usize
Expand description

Receive a network packet.

  • buf_ptr: buffer to receive the packet data
  • buf_len: size of the buffer

Returns the number of bytes received. The packet includes all headers (Ethernet, IP, TCP/UDP).