aboutsummaryrefslogtreecommitdiff
path: root/src/net.h
diff options
context:
space:
mode:
authorCory Fields <cory-nospam-@coryfields.com>2016-09-30 15:03:57 -0400
committerPieter Wuille <pieter.wuille@gmail.com>2016-11-03 13:35:54 -0700
commit440f1d3e4c60c9c3e0a1a74d3321b0a8e37a1e8d (patch)
treee7bba179bda4f8f82978abf72018e43a2b5c3fc3 /src/net.h
parent5c2169cc3f263b39ba42d66bcf014163fada2390 (diff)
downloadbitcoin-440f1d3e4c60c9c3e0a1a74d3321b0a8e37a1e8d.tar.xz
net: remove now-unused ssSend and Fuzz
Diffstat (limited to 'src/net.h')
-rw-r--r--src/net.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/net.h b/src/net.h
index 3f9efbbea3..99ca5bc0db 100644
--- a/src/net.h
+++ b/src/net.h
@@ -593,7 +593,6 @@ public:
ServiceFlags nServices;
ServiceFlags nServicesExpected;
SOCKET hSocket;
- CDataStream ssSend;
size_t nSendSize; // total size of all vSendMsg entries
size_t nSendOffset; // offset inside the first vSendMsg already sent
uint64_t nSendBytes;
@@ -645,9 +644,6 @@ protected:
mapMsgCmdSize mapSendBytesPerMsgCmd;
mapMsgCmdSize mapRecvBytesPerMsgCmd;
- // Basic fuzz-testing
- void Fuzz(int nChance); // modifies ssSend
-
public:
uint256 hashContinue;
int nStartingHeight;