Module Cf_ip6_proto.UDP


module UDP: Cf_socket.P  with
    module AF = AF and
    module ST = Cf_socket.SOCK_DGRAM
The UDP (IPv6) socket protocol.

module AF: Cf_socket.AF 
The socket address/protocol family module.
module ST: Cf_socket.ST 
The socket type module.
val protocol : Cf_socket.protocol
The abstract protocol identifier.