X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Fnet.h;fp=src%2Fnet.h;h=5a1698b29cd10d7f93b5fff99cb2517b95891102;hb=6853140e899841c78ef5f02a261eefeb835e9abf;hp=9af88643ce651173f5c8b9aaf6472f6f1970eec3;hpb=a95e546089f82078037d9b78145e0d78fa6c4b12;p=novacoin.git diff --git a/src/net.h b/src/net.h index 9af8864..5a1698b 100644 --- a/src/net.h +++ b/src/net.h @@ -29,6 +29,7 @@ class CBlockIndex; extern int nBestHeight; const uint16_t nSocksDefault = 9050; +const uint16_t nPortZero = 0; inline uint64_t ReceiveBufferSize() { return 1000*GetArg("-maxreceivebuffer", 5*1000); }