Warning: Reason support is experimental. We are looking for beta-tester and contributors.

Module Config.Socket_type

module Socket_type : sig..end

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