Bitcoin ABC 0.30.5
P2P Digital Currency
|
Go to the source code of this file.
Enumerations | |
enum | MapPortProtoFlag : unsigned int { NONE = 0x00 , UPNP = 0x01 , NAT_PMP = 0x02 } |
Functions | |
void | StartMapPort (bool use_upnp, bool use_natpmp) |
void | InterruptMapPort () |
void | StopMapPort () |
Variables | |
static constexpr bool | DEFAULT_UPNP = false |
static constexpr bool | DEFAULT_NATPMP = false |
enum MapPortProtoFlag : unsigned int |
void InterruptMapPort | ( | ) |
void StartMapPort | ( | bool | use_upnp, |
bool | use_natpmp | ||
) |
void StopMapPort | ( | ) |