| 52 | void ClearExcludedPeers (); |
| 53 | bool IsExploratory () const { return m_IsExploratory; }; |
| 54 | bool IsDirect () const { return m_IsDirect; }; |
| 55 | bool IsActive () const { return m_IsActive; }; |
| 56 | bool IsSentDirectly () const { return m_IsSentDirectly; }; |
| 57 | bool IsExcluded (const IdentHash& ident) const; |