handle UDP packet from proxy relay

This commit is contained in:
orignal 2022-10-16 22:16:16 -04:00
parent fe25260ee2
commit 39a86ce5c9
2 changed files with 38 additions and 2 deletions

View file

@ -120,6 +120,7 @@ namespace transport
void SendThroughProxy (const uint8_t * header, size_t headerLen, const uint8_t * headerX, size_t headerXLen,
const uint8_t * payload, size_t payloadLen, const boost::asio::ip::udp::endpoint& to);
void ProcessNextPacketFromProxy (uint8_t * buf, size_t len);
private: