Sockaddr.Socket_type
Socket types. See socket(2).
socket(2)
type t = [
|
`STREAM
`DGRAM
`RAW
`OTHER of int
]