moved sending acks to SSUData

This commit is contained in:
orignal 2014-06-10 11:19:31 -04:00
parent 7bb5054644
commit 165a079928
4 changed files with 22 additions and 18 deletions

1
SSU.h
View file

@ -97,7 +97,6 @@ namespace ssu
void ProcessPeerTest (uint8_t * buf, size_t len, const boost::asio::ip::udp::endpoint& senderEndpoint);
void SendPeerTest (uint32_t nonce, uint32_t address, uint16_t port, uint8_t * introKey); // Charlie to Alice
void ProcessData (uint8_t * buf, size_t len);
void SendMsgAck (uint32_t msgID);
void SendSesionDestroyed ();
void Send (uint8_t type, const uint8_t * payload, size_t len); // with session key
void Send (const uint8_t * buf, size_t size);