module Cf_sock_dgram:Connection-oriented dgram transports with orderly release.sig
..end
This module extends the basic sockets interfaces defined in Cf_socket
and Cf_sock_common
with support for sockets of type SOCK_DGRAM
, i.e.
connectionless transport (w/ optional multicast). UDP endpoints are
sockets of this type.
module type T =sig
..end
Cf_sock_common.T
module type used for handling sockets of the SOCK_DGRAM
socket type.
module Create: