Module type Cf_sock_dgram.T


module type T = sig .. end
The type of the module containing the extensions to the Cf_sock_common.T module type used for handling sockets of the SOCK_DGRAM socket type.

include Cf_sock_common.T
class endpoint : t -> object .. end
Use new endpoint sock to construct an object derived from Cf_sock_common.T.basic that sports methods for sending data to one or more endpoints using the socket sock.