Skip to main content

SYS_NET_SEND

Constant SYS_NET_SEND 

Source
pub const SYS_NET_SEND: usize = 411;
Expand description

Send a network packet.

  • buf_ptr: pointer to the packet data (including all headers)
  • buf_len: length of the packet

Returns the number of bytes sent.