mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
don't check U cap
This commit is contained in:
parent
b9a2d5df02
commit
ac47c9c673
2 changed files with 2 additions and 3 deletions
|
@ -189,7 +189,6 @@ namespace data
|
|||
void SetUnreachableAddressesTransportCaps (uint8_t transports); // bitmask of AddressCaps
|
||||
bool IsFloodfill () const { return m_Caps & Caps::eFloodfill; };
|
||||
bool IsReachable () const { return m_Caps & Caps::eReachable; };
|
||||
bool HasUnreachableCap () const { return m_Caps & Caps::eUnreachable; };
|
||||
bool IsSSU (bool v4only = true) const;
|
||||
bool IsSSUV6 () const;
|
||||
bool IsNTCP2 (bool v4only = true) const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue