package tcpip

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Tcpip.TcpSource

Sourcetype error = [
  1. | `Timeout
  2. | `Refused
]
Sourcetype write_error = [
  1. | error
  2. | Mirage_flow.write_error
]
Sourceval pp_error : error Fmt.t
Sourceval pp_write_error : write_error Fmt.t
Sourcemodule 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.

Sourcemodule type S = sig ... end

Transmission Control Protocol layer: reliable ordered streaming communication.

OCaml

Innovation. Community. Security.