Module LO.Address

module Address: sig .. end
Operations on addresses.

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