Module Ocsigen_config.Socket_type
type t = [ | `All| `IPv4 of Unix.inet_addr| `IPv6 of Unix.inet_addr| `Unix of string
]val to_string : t -> stringOcsigen_config.Socket_typetype t = [ | `All| `IPv4 of Unix.inet_addr| `IPv6 of Unix.inet_addr| `Unix of string ]val to_string : t -> string