package luv

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

Socket types. See socket(2).

type t = [
  1. | `STREAM
  2. | `DGRAM
  3. | `RAW
  4. | `OTHER of int
]