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

Method option_receive_buffer_size

source/server/asio/udp_server.cpp:101–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99}
100
101size_t UDPServer::option_receive_buffer_size() const
102{
103 asio::socket_base::receive_buffer_size option;
104 _socket.get_option(option);
105 return option.value();
106}
107
108size_t UDPServer::option_send_buffer_size() const
109{

Callers

nothing calls this directly

Calls 1

valueMethod · 0.80

Tested by

no test coverage detected