= 768" x-on:close-sidebar="sidebar=window.innerWidth >= 768 && true">
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
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