| 1040 | } |
| 1041 | |
| 1042 | bool RouterInfo::IsNAT2NATOnly (const RouterInfo& other) const |
| 1043 | { |
| 1044 | return !(m_PublishedTransports & other.m_SupportedTransports) && |
| 1045 | !(other.m_PublishedTransports & m_SupportedTransports); |
| 1046 | } |
| 1047 | |
| 1048 | bool RouterInfo::IsSSU2PeerTesting (bool v4) const |
| 1049 | { |
no outgoing calls
no test coverage detected