From 6e68524e95da2bedc21b1d95c4a206b902ab7c22 Mon Sep 17 00:00:00 2001 From: Eric Lombrozo Date: Thu, 6 Jun 2013 00:04:33 -0700 Subject: Removed the main.h include from net.cpp. --- src/net.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/net.h') diff --git a/src/net.h b/src/net.h index fdac60d9ce..e75fe48f64 100644 --- a/src/net.h +++ b/src/net.h @@ -23,6 +23,9 @@ #include "hash.h" #include "bloom.h" +/** The maximum number of entries in an 'inv' protocol message */ +static const unsigned int MAX_INV_SZ = 50000; + class CNode; class CBlockIndex; extern int nBestHeight; -- cgit v1.2.3