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

Method option_send_buffer_size

source/server/asio/tcp_session.cpp:40–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

valueMethod · 0.80

Tested by

no test coverage detected