aboutsummaryrefslogtreecommitdiff
path: root/src/net.h
diff options
context:
space:
mode:
authorCory Fields <cory-nospam-@coryfields.com>2016-09-12 20:09:24 -0400
committerPieter Wuille <pieter.wuille@gmail.com>2016-11-03 13:35:54 -0700
commit5c2169cc3f263b39ba42d66bcf014163fada2390 (patch)
treeee1bf3e109447040e883d4ba25bdfa4290b48a05 /src/net.h
parentea3326891d8c3dcbcff178b618108d657c5586a3 (diff)
downloadbitcoin-5c2169cc3f263b39ba42d66bcf014163fada2390.tar.xz
drop the optimistic write counter hack
This is now handled properly in realtime.
Diffstat (limited to 'src/net.h')
-rw-r--r--src/net.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/net.h b/src/net.h
index 559c22bbd3..3f9efbbea3 100644
--- a/src/net.h
+++ b/src/net.h
@@ -596,7 +596,6 @@ public:
CDataStream ssSend;
size_t nSendSize; // total size of all vSendMsg entries
size_t nSendOffset; // offset inside the first vSendMsg already sent
- uint64_t nOptimisticBytesWritten;
uint64_t nSendBytes;
std::deque<CSerializeData> vSendMsg;
CCriticalSection cs_vSend;