Module CL_TCPListen

module CL_TCPListen: sig .. end

API documentation for the class CL_TCPListen

type t 
val init : name:CL_SocketName.t -> queue_size:int -> force_bind:bool -> t
val delete : t -> unit
val accept : t -> CL_TCPConnection.t