Struct ConnectionParametersSendBuffered

Struct Documentation

struct ConnectionParametersSendBuffered

Connection parameters for buffered sending for the network backend.

The parameters are used to configure the network connection. Provides the buffer size and number of buffers to be used for buffered sending. If the use_shared_send_buffers is true, the buffers are shared between multiple connections when providing at backend construction. Otherwise, each connection has its own buffers.

Public Functions

constexpr auto operator<=>(const ConnectionParametersSendBuffered&) const = default

Public Members

size_t buf_size = {}
size_t num_buf = {}
bool use_shared_send_buffers = {false}