Module Cf_ip6_proto.TCP


module TCP: Cf_socket.P  with
    module AF = AF and
    module ST = Cf_socket.SOCK_STREAM
The TCP (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.