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

Method Send

source/server/asio/udp_client.cpp:485–489  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

483}
484
485size_t UDPClient::Send(const void* buffer, size_t size)
486{
487 // Send the datagram to the server endpoint
488 return Send(_endpoint, buffer, size);
489}
490
491size_t UDPClient::Send(const asio::ip::udp::endpoint& endpoint, const void* buffer, size_t size)
492{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected