MCPcopy Create free account
hub / github.com/PurpleI2P/i2pd / IsNAT2NATOnly

Method IsNAT2NATOnly

libi2pd/RouterInfo.cpp:1042–1046  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers 2

GetRandomRouterMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected