handle recieved I2NP message

This commit is contained in:
orignal 2014-02-06 10:16:50 -05:00
parent fd80a13495
commit d04f9e723c
2 changed files with 27 additions and 1 deletions

1
SSU.h
View file

@ -88,6 +88,7 @@ namespace ssu
CryptoPP::CBC_Mode<CryptoPP::AES>::Encryption m_Encryption;
CryptoPP::CBC_Mode<CryptoPP::AES>::Decryption m_Decryption;
uint8_t m_SessionKey[32], m_MacKey[32];
std::map<uint32_t, I2NPMessage *> m_IncomleteMessages;
};
class SSUServer