libbitcoin / libbitcoin-network

Bitcoin P2P Network Library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sequencer is slow to clear on channel stop.

evoskuil opened this issue · comments

The dispatcher's sequencer maintains the send queue, however it only clears via a process of unwinding all locks. By incorporating a stop check in do_send this unwinding will be accelerated by avoiding the call to async_write.