Module Async.Std.Socket

module Socket: sig .. end
The socket module contains types necessary for working with the Tcp module.

type 'a t 
val shutdown : 'a t -> [ `Both | `Receive | `Send ] -> unit
Close one or both ends of a socket
module Address: sig .. end