Functor Cf_sock_dgram.Create


module Create: 
functor (P : Cf_socket.P with module ST = Cf_socket.SOCK_DGRAM) -> T with module P = P
The functor used to create the socket module.
Parameters:
P : Cf_socket.P with module ST = Cf_socket.SOCK_DGRAM

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.