pub unsafe extern "C" fn aws_socket_set_options(
socket: *mut aws_socket,
options: *const aws_socket_options
) -> c_int
Expand description
Sets new socket options on the underlying socket. This is mainly useful in context of accepting a new connection via:
on_incoming_connection()
. options is copied.