module Handle_ext:sig
..end
type
t
val get_send_buffer_size : t -> Int_result.int
Gets the size of the send buffer that the operating system uses for the socket.
val get_send_buffer_size_exn : t -> int
val get_recv_buffer_size : t -> Int_result.int
Gets the size of the receive buffer that the operating system uses for the socket.
val get_recv_buffer_size_exn : t -> int
val set_send_buffer_size : t -> int -> Int_result.unit
Sets the size of the send buffer that the operating system uses for the socket.
val set_send_buffer_size_exn : t -> int -> unit
val set_recv_buffer_size : t -> int -> Int_result.unit
Sets the size of the receive buffer that the operating system uses for the socket.
val set_recv_buffer_size_exn : t -> int -> unit