tcpip
Tcpip.Tcp
tcpip.checksum
tcpip.icmpv4
tcpip.icmpv4-socket
tcpip.ipv4
tcpip.ipv6
tcpip.stack-direct
tcpip.stack-socket
tcpip.tcp
tcpip.tcp_socket_options
tcpip.tcpv4-socket
tcpip.tcpv4v6-socket
tcpip.tcpv6-socket
tcpip.udp
tcpip.udpv4-socket
tcpip.udpv4v6-socket
tcpip.udpv6-socket
type error = [
| `Timeout
| `Refused
]
type write_error = [
| error
| Mirage_flow.write_error
val pp_error : error Fmt.t
val pp_write_error : write_error Fmt.t
module Keepalive : sig ... end
Configuration for TCP keep-alives. Keep-alive messages are probes sent on an idle connection. If no traffic is received after a certain number of probes are sent, then the connection is assumed to have been lost.
module type S = sig ... end
Transmission Control Protocol layer: reliable ordered streaming communication.