diff options
Diffstat (limited to 'src/mapport.h')
-rw-r--r-- | src/mapport.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mapport.h b/src/mapport.h index 6e33b6ef74..2cdde775d3 100644 --- a/src/mapport.h +++ b/src/mapport.h @@ -15,6 +15,7 @@ static const bool DEFAULT_UPNP = false; enum MapPortProtoFlag : unsigned int { NONE = 0x00, UPNP = 0x01, + NAT_PMP = 0x02, }; void StartMapPort(bool use_upnp); |