verify path response

This commit is contained in:
orignal 2022-09-14 19:08:14 -04:00
parent 09e6e2940f
commit 857a2bc399
2 changed files with 20 additions and 1 deletions

View file

@ -349,6 +349,7 @@ namespace transport
boost::asio::deadline_timer m_ConnectTimer;
SSU2TerminationReason m_TerminationReason;
size_t m_MaxPayloadSize;
std::unique_ptr<i2p::data::IdentHash> m_PathChallenge;
};
inline uint64_t CreateHeaderMask (const uint8_t * kh, const uint8_t * nonce)