X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=blobdiff_plain;f=src%2Fnet.h;h=56c7b2f0b9203cfe1386d9e80878b83c36b38c74;hp=369cead05a2477b75b4f358a9682f312a1b61ac4;hb=1c7ed42093c5935e3958584ed98a2b03466a0023;hpb=2e8cbdc74596f09c70049966a4686c2a1507f200 diff --git a/src/net.h b/src/net.h index 369cead..56c7b2f 100644 --- a/src/net.h +++ b/src/net.h @@ -54,7 +54,6 @@ enum LOCAL_NONE, // unknown LOCAL_IF, // address a local interface listens on LOCAL_BIND, // address explicit bound to - LOCAL_UPNP, // address reported by UPnP LOCAL_IRC, // address reported by IRC (deprecated) LOCAL_HTTP, // address reported by whatismyip.com and similar LOCAL_MANUAL, // address explicitly specified (-externalip=) @@ -107,7 +106,6 @@ enum threadId THREAD_OPENCONNECTIONS, THREAD_MESSAGEHANDLER, THREAD_RPCLISTENER, - THREAD_UPNP, THREAD_DNSSEED, THREAD_ADDEDCONNECTIONS, THREAD_DUMPADDRESS, @@ -121,7 +119,6 @@ enum threadId extern bool fClient; extern bool fDiscover; -extern bool fUseUPnP; extern uint64_t nLocalServices; extern uint64_t nLocalHostNonce; extern CAddress addrSeenByPeer;