pub fn send_packet(
src: SocketAddr,
dst: SocketAddr,
data: &[u8],
) -> Result<usize, KernelError>Expand description
Send UDP packet (internal implementation)
pub fn send_packet(
src: SocketAddr,
dst: SocketAddr,
data: &[u8],
) -> Result<usize, KernelError>Send UDP packet (internal implementation)