* Whether this address should be relayed to other peers even if we can't reach it ourselves. */
| 222 | * Whether this address should be relayed to other peers even if we can't reach it ourselves. |
| 223 | */ |
| 224 | bool IsRelayable() const |
| 225 | { |
| 226 | return IsIPv4() || IsIPv6() || IsTor() || IsI2P() || IsCJDNS(); |
| 227 | } |
| 228 | |
| 229 | /** |
| 230 | * Serialize to a stream. |