Uwt.Handle_extval get_send_buffer_size : t -> Int_result.intGets the size of the send buffer that the operating system uses for the socket.
val get_send_buffer_size_exn : t -> intval get_recv_buffer_size : t -> Int_result.intGets the size of the receive buffer that the operating system uses for the socket.
val get_recv_buffer_size_exn : t -> intval set_send_buffer_size : t -> int -> Int_result.unitSets the size of the send buffer that the operating system uses for the socket.
val set_send_buffer_size_exn : t -> int -> unitval set_recv_buffer_size : t -> int -> Int_result.unitSets the size of the receive buffer that the operating system uses for the socket.
val set_recv_buffer_size_exn : t -> int -> unit