Bitcoin ABC 0.30.5
P2P Digital Currency
|
#include <mapport.h>
#include <clientversion.h>
#include <common/system.h>
#include <logging.h>
#include <net.h>
#include <netaddress.h>
#include <netbase.h>
#include <threadinterrupt.h>
#include <util/thread.h>
#include <atomic>
#include <cassert>
#include <chrono>
#include <functional>
#include <string>
#include <thread>
Go to the source code of this file.
Functions | |
void | StartMapPort (bool use_upnp, bool use_natpmp) |
void | InterruptMapPort () |
void | StopMapPort () |
void InterruptMapPort | ( | ) |
void StartMapPort | ( | bool | use_upnp, |
bool | use_natpmp | ||
) |
void StopMapPort | ( | ) |