Function set_socket_option_mult

Source
pub fn set_socket_option_mult<T>(
    fd: c_int,
    level: c_int,
    name: c_int,
    values: &[T],
) -> Result<()>
Expand description

Sets a collection of multiple socke options with one call.