Struct ConnectionParametersSendZeroCopy

Struct Documentation

struct ConnectionParametersSendZeroCopy

Connection parameters for zero-copy sending for the network backend.

The parameters are used to configure the network connection. Provides the memory region start address and buffer size.

Public Functions

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

Public Members

size_t buf_size = {}
std::uint8_t *mr_start = {nullptr}
bool use_shared_send_buffers = {false}