Skip to content

Commit 97c9717

Browse files
committed
net: Add PCP and NATPMP implementation
Add a RFC 6886 NATPMP and RFC 6887 Port Control Protocol (PCP) implementation, to replace libnatpmp.
1 parent d72df63 commit 97c9717

File tree

3 files changed

+593
-0
lines changed

3 files changed

+593
-0
lines changed

src/util/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ add_library(bitcoin_util STATIC EXCLUDE_FROM_ALL
1616
hasher.cpp
1717
moneystr.cpp
1818
netif.cpp
19+
pcp.cpp
1920
rbf.cpp
2021
readwritefile.cpp
2122
serfloat.cpp

0 commit comments

Comments
 (0)