Module Sockaddr.Socket_type

Socket types. See socket(2).

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