pub unsafe extern "C" fn aws_socket_get_bound_address(
socket: *const aws_socket,
out_address: *mut aws_socket_endpoint
) -> c_int
Expand description
Get the local address which the socket is bound to. Raises an error if no address is bound.
pub unsafe extern "C" fn aws_socket_get_bound_address(
socket: *const aws_socket,
out_address: *mut aws_socket_endpoint
) -> c_int
Get the local address which the socket is bound to. Raises an error if no address is bound.