check if router if real only if tunnel build rate is low and router's profile is presented when handle exploratory request

This commit is contained in:
orignal 2024-04-30 14:16:05 -04:00
parent 5adbc2c3fe
commit a21bec0ed8
2 changed files with 4 additions and 1 deletions

View file

@ -280,6 +280,7 @@ namespace data
std::shared_ptr<RouterProfile> GetProfile () const;
void DropProfile () { m_Profile = nullptr; };
bool HasProfile () const { return (bool)m_Profile; };
bool Update (const uint8_t * buf, size_t len);
void DeleteBuffer () { m_Buffer = nullptr; };