Module type Cf_socket.P


module type P = sig .. end
The module type used to define a 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_t
The abstract protocol identifier.