package luv

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

Module Sockaddr.Address_familySource

Network address families. See socket(2).

Sourcetype t = [
  1. | `UNSPEC
  2. | `INET
  3. | `INET6
  4. | `OTHER of int
]
OCaml

Innovation. Community. Security.