Drop peers_needing_send tracking and try to write for each peer
authorMatt Corallo <git@bluematt.me>
Thu, 10 Jun 2021 18:46:24 +0000 (18:46 +0000)
committerMatt Corallo <git@bluematt.me>
Mon, 21 Jun 2021 19:45:17 +0000 (19:45 +0000)
commitae39b2ce19a5f35a31228cfb7996197c3e3eb4fd
tree0c1209f71c3590153142534b695f50c2d40cba35
parent0426d6e7a9580d3f22605210498c35814e2fc7fb
Drop peers_needing_send tracking and try to write for each peer

We do a lot of work to track which peers have buffers which need
to be flushed, when we could instead just try to flush ever peer's
buffer.
lightning/src/ln/peer_handler.rs