package luv

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

Module Sockaddr.Socket_typeSource

Socket types. See socket(2).

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