package mirage-protocols

  1. Overview
  2. Docs

Module Mirage_protocols.TcpSource

TCP errors.

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
OCaml

Innovation. Community. Security.