Index of values


R
recv [Sendmsg_lwt]
recv [Sendmsg]
recv sock ?fd off n reads up to n bytes into buf, starting from off, from sock.
recvv [Sendmsg_lwt]
recvv [Sendmsg]
recvv sock bytesv is the scatter-gather version of recv.

S
send [Sendmsg_lwt]
send [Sendmsg]
send sock ?fd buf off n sends up to n bytes of buf, starting from off, over sock.
sendv [Sendmsg_lwt]
sendv [Sendmsg]
sendv sock ?fd bytesv is the scatter-gather version of send.