diff options
author | Cory Fields <cory-nospam-@coryfields.com> | 2016-09-30 15:03:57 -0400 |
---|---|---|
committer | Pieter Wuille <pieter.wuille@gmail.com> | 2016-11-03 13:35:54 -0700 |
commit | 440f1d3e4c60c9c3e0a1a74d3321b0a8e37a1e8d (patch) | |
tree | e7bba179bda4f8f82978abf72018e43a2b5c3fc3 /src/net.h | |
parent | 5c2169cc3f263b39ba42d66bcf014163fada2390 (diff) |
net: remove now-unused ssSend and Fuzz
Diffstat (limited to 'src/net.h')
-rw-r--r-- | src/net.h | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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; |