A network type.
Synopsis
Declared in <netaddress.h>
enum Network;
Description
|
Note
|
An address may belong to more than one network, for example |
Members
Name |
Description |
|
Addresses from these networks are not publicly routable on the global Internet. |
|
IPv4 |
|
IPv6 |
|
TOR (v2 or v3) |
|
I2P |
|
CJDNS |
|
A set of addresses that represent the hash of a string or FQDN. We use them in AddrMan to keep track of which DNS seeds were used. |
|
Dummy value to indicate the number of NET_* constants. |
Non-Member Functions
Name |
Description |
Get the canonical name of a network. |
|
Get the proxy configured for a given network, if any. |
|
Parse a network name into its Network enumerator. |
|
Query the OS for the default gateway for |
|
Set the proxy used to reach a given network. |
Created with MrDocs