const buffer for ProcessPeerTest

This commit is contained in:
orignal 2015-03-26 14:35:20 -04:00
parent 39641f05b9
commit 4831e9705c
2 changed files with 6 additions and 6 deletions

View file

@ -115,7 +115,7 @@ namespace transport
void Failed ();
void ScheduleConnectTimer ();
void HandleConnectTimer (const boost::system::error_code& ecode);
void ProcessPeerTest (uint8_t * buf, size_t len, const boost::asio::ip::udp::endpoint& senderEndpoint);
void ProcessPeerTest (const uint8_t * buf, size_t len, const boost::asio::ip::udp::endpoint& senderEndpoint);
void SendPeerTest (uint32_t nonce, uint32_t address, uint16_t port, const uint8_t * introKey, bool toAddress = true, bool sendAddress = true);
void ProcessData (uint8_t * buf, size_t len);
void SendSesionDestroyed ();