Function arceos_posix_api::sys_connect
source · pub fn sys_connect(
socket_fd: c_int,
socket_addr: *const sockaddr,
addrlen: socklen_t
) -> c_intAvailable on crate feature
net only.Expand description
Connects the socket to the address specified.
Return 0 if success.