start peer test for SSU2

This commit is contained in:
orignal 2022-06-01 21:51:02 -04:00
parent 56022c9442
commit 87a434c377
7 changed files with 92 additions and 4 deletions

View file

@ -232,6 +232,7 @@ namespace data
bool IsExtraBandwidth () const { return m_Caps & RouterInfo::eExtraBandwidth; };
bool IsEligibleFloodfill () const;
bool IsPeerTesting (bool v4) const;
bool IsSSU2PeerTesting (bool v4) const;
bool IsIntroducer (bool v4) const;
uint8_t GetCaps () const { return m_Caps; };