pub fn send_sas(
    socket: RawFd,
    buf: &[u8],
    target: Option<&SocketAddr>,
    local: Option<&IpAddr>
) -> Result<usize>
Expand description

Send datagram (low-level function)

Return the size of the sent payload

Note: the source (local) and destination (target) addresses are optional.