mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
common header for repliable datagrams
This commit is contained in:
parent
0c2b0081b5
commit
46ee427ee3
2 changed files with 11 additions and 14 deletions
|
@ -5,6 +5,7 @@
|
|||
#include <memory>
|
||||
#include <functional>
|
||||
#include <map>
|
||||
#include <vector>
|
||||
#include "Base.h"
|
||||
#include "Identity.h"
|
||||
#include "LeaseSet.h"
|
||||
|
@ -154,6 +155,7 @@ namespace datagram
|
|||
|
||||
i2p::data::GzipInflator m_Inflator;
|
||||
i2p::data::GzipDeflator m_Deflator;
|
||||
std::vector<uint8_t> m_From, m_Signature;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue