module Cf_sock_stream:Connection-oriented stream 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_STREAM
, i.e.
connection-oriented transports with orderly releases. TCP endpoints are
sockets of this type.
module type T =sig
..end
Cf_sock_common.T
module type used for handling sockets of the SOCK_STREAM
socket type.
module Create: