Flow_lwt_unix_hvsock.HvsockSourceA Hyper-V socket
to_fd t returns the wrapped file descriptor. Note this only supports blocking I/O
bind t sockaddr binds socket to sockaddr
accept t accepts a single connection
connect ?timeout_ms t sockaddr connects to a remote partition
read t buf reads as many bytes as available into buf returning the number of bytes read.
write t buf writes as many bytes from buf to t as will currently fit inside t's internal buffer, and return the number of bytes written