Module Ocsigen_config.Socket_type

type t = [
  1. | `All
  2. | `IPv4 of Unix.inet_addr
  3. | `IPv6 of Unix.inet_addr
  4. | `Unix of string
]
val to_string : t -> string