module type T =The type of the module containing the extensions to thesig
..end
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
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
.