Hvsock.Af_vsockSourceLow-level interface to the AF_VSOCK socket family available on Linux kernels.
Ports are similar to TCP and UDP ports.
A Context Identifier (CID) identifies the source or destination of a connection
include Af_common.S with type sockaddr := sockaddr and type t = Unix.file_descrlisten socket queue_length sets the socket to listening mode with the given maximum queue length
connect ?timeout_ms fd sockaddr connects to a remote socket. On Windows the raw connect call can block forever if the server is not running when the call is executed (even if the server starts up afterwards) there is a default timeout of 300ms. On timeout this will raise Unix_error(Unix.ETIMEDOUT)
Read into a buffer, returning the number of bytes written