connect
public func connect(Int32, Pointer[UInt8], Int32) -> Int32Wraps connect(2) — initiates a connection on sockfd to the address at addr.
Blocks until the handshake completes (for connection-oriented
sockets). Returns 0 on success, -1 on error.
Defined in lang/std/net/libc.ks