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

Method SetupReceiveBufferSize

source/server/asio/udp_server.cpp:115–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113}
114
115void UDPServer::SetupReceiveBufferSize(size_t size)
116{
117 asio::socket_base::receive_buffer_size option((int)size);
118 _socket.set_option(option);
119}
120
121void UDPServer::SetupSendBufferSize(size_t size)
122{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected