module Address: sig .. end
sig
end
Operations on addresses.
type t
An address.
val create : string -> int -> t
string -> int -> t
Create an address with given host and port.
val default : unit -> t
unit -> t
Default address to send to, guessed by server.