?sock:t ->
?src:address ->
address ->
object
  val socket_ : t
  method private bind : address -> unit
  method close : unit
  method connect : unit
  method dup : t
  method dup2 : t -> unit
  method fd : Unix.file_descr
  method private getpeername : address
  method getsockname : address
  method getsockopt : ('a, P.AF.tag, P.ST.tag) Cf_socket.sockopt -> 'a
  method setsockopt :
    ('b, P.AF.tag, P.ST.tag) Cf_socket.sockopt -> '-> unit
  method private shutdown : Unix.shutdown_command -> unit
  method socket : t
end