package eio

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

Module Net.SockaddrSource

Network addresses.

Sourcetype stream = [
  1. | `Unix of string
  2. | `Tcp of Ipaddr.v4v6 * int
]

Socket addresses that we can build a Flow.two_way for i.e. stream-oriented protocols.

Sourcetype datagram = [
  1. | `Udp of Ipaddr.v4v6 * int
  2. | `Unix of string
]

Socket addresses that are message-oriented.

Sourcetype t = [
  1. | stream
  2. | datagram
]
Sourceval pp : Format.formatter -> [< t ] -> unit
OCaml

Innovation. Community. Security.