MCPcopy Create free account
hub / github.com/chronoxor/CppServer / option_send_buffer_size

Method option_send_buffer_size

source/server/asio/ssl_client.cpp:129–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127}
128
129size_t SSLClient::option_send_buffer_size() const
130{
131 asio::socket_base::send_buffer_size option;
132 _stream.next_layer().get_option(option);
133 return option.value();
134}
135
136void SSLClient::SetupReceiveBufferSize(size_t size)
137{

Callers

nothing calls this directly

Calls 1

valueMethod · 0.80

Tested by

no test coverage detected