refactor: Move port mapping code to its own module

This commit does not change behavior.
This commit is contained in:
Hennadii Stepanov
2020-02-06 19:00:26 +02:00
parent 4b8b71e630
commit 02ccf69dd6
8 changed files with 163 additions and 135 deletions

View File

@@ -152,6 +152,7 @@ BITCOIN_CORE_H = \
key_io.h \
logging.h \
logging/timer.h \
mapport.h \
memusage.h \
merkleblock.h \
miner.h \
@@ -299,6 +300,7 @@ libbitcoin_server_a_SOURCES = \
index/blockfilterindex.cpp \
index/txindex.cpp \
init.cpp \
mapport.cpp \
miner.cpp \
net.cpp \
net_processing.cpp \