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)
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.


No differences found