diff options
author | tecnovert <tecnovert@particl.io> | 2019-07-18 13:04:16 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2019-07-19 17:59:01 +0200 |
commit | 063c8ce7a0544e7fef58ddd19860e884689f149c (patch) | |
tree | 07bbfa7686dea41b0bee83594abcaf11778d8632 /src/qt/bitcoinunits.h | |
parent | 3f76160087c04ce29fd4a4b08838107a25a540a9 (diff) |
net: Make poll in InterruptibleRecv only filter for POLLIN events.
poll should block until there is data to be read or the timeout expires.
Filtering for the POLLOUT event causes poll to return immediately which leads to high CPU usage when trying to connect to non-responding peers through tor.
Removing POLLOUT matches how select is used when USE_POLL isn't defined.
Github-Pull: #16412
Rebased-From: a52818cc5633494992da7d1dc8fdb04b4a1b7c29
Tree-SHA512: eaf466630ba9d2a2a7443c9679c83c2cb13e779a5948f409cddb4c48cf32126ac68f3de48e394f9302e99858efa17cdb14650751a1b55c3b79e8a7507cab352d
Diffstat (limited to 'src/qt/bitcoinunits.h')
0 files changed, 0 insertions, 0 deletions