Browse Source

Merge pull request #4319

1c24187 remove unused UPnP code from main.h (Philip Kaufmann)
0.10
Wladimir J. van der Laan 11 years ago
parent
commit
4f106a3fa6
No known key found for this signature in database
GPG Key ID: 74810B012346C9A6
  1. 6
      src/main.h

6
src/main.h

@ -66,12 +66,6 @@ static const int MAX_BLOCKS_IN_TRANSIT_PER_PEER = 128; @@ -66,12 +66,6 @@ static const int MAX_BLOCKS_IN_TRANSIT_PER_PEER = 128;
/** Timeout in seconds before considering a block download peer unresponsive. */
static const unsigned int BLOCK_DOWNLOAD_TIMEOUT = 60;
#ifdef USE_UPNP
static const int fHaveUPnP = true;
#else
static const int fHaveUPnP = false;
#endif
/** "reject" message codes **/
static const unsigned char REJECT_MALFORMED = 0x01;
static const unsigned char REJECT_INVALID = 0x10;

Loading…
Cancel
Save