Module Tjr_net

Basic networking utils; safe to open this module (some modules have common names tho (eg Generic) and may clobber those from elsewhere)

module Net_intf : sig ... end

Basic network types: addresses, errors etc

module Generic : sig ... end

Basic networking utils; generic code

module Lwt_ : sig ... end

Lwt instance

module Unix_ : sig ... end

Unix instance