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

Method option_send_buffer_size

source/server/asio/ssl_session.cpp:41–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41size_t SSLSession::option_send_buffer_size() const
42{
43 asio::socket_base::send_buffer_size option;
44 _stream.next_layer().get_option(option);
45 return option.value();
46}
47
48void SSLSession::SetupReceiveBufferSize(size_t size)
49{

Callers

nothing calls this directly

Calls 1

valueMethod · 0.80

Tested by

no test coverage detected