diff options
author | Cory Fields <cory-nospam-@coryfields.com> | 2016-09-12 20:09:24 -0400 |
---|---|---|
committer | Pieter Wuille <pieter.wuille@gmail.com> | 2016-11-03 13:35:54 -0700 |
commit | 5c2169cc3f263b39ba42d66bcf014163fada2390 (patch) | |
tree | ee1bf3e109447040e883d4ba25bdfa4290b48a05 /src/net.h | |
parent | ea3326891d8c3dcbcff178b618108d657c5586a3 (diff) |
drop the optimistic write counter hack
This is now handled properly in realtime.
Diffstat (limited to 'src/net.h')
-rw-r--r-- | src/net.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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; |