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

Method option_send_buffer_size

source/server/asio/udp_server.cpp:108–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106}
107
108size_t UDPServer::option_send_buffer_size() const
109{
110 asio::socket_base::send_buffer_size option;
111 _socket.get_option(option);
112 return option.value();
113}
114
115void UDPServer::SetupReceiveBufferSize(size_t size)
116{

Callers

nothing calls this directly

Calls 1

valueMethod · 0.80

Tested by

no test coverage detected