Gregory Maxwell [ARCHIVE] on Nostr: 📅 Original date posted:2014-07-17 📝 Original message:On Thu, Jul 17, 2014 at ...
📅 Original date posted:2014-07-17
📝 Original message:On Thu, Jul 17, 2014 at 2:35 PM, Kaz Wesley <keziahw at gmail.com> wrote:
> A node should be able to forget invs it has seen without invalidating what
> peers
> know about its known txes. To allow for this, a node assembles a bloom
> filter of
Another option would be to just guarantee to keep at least the last N
sent in each direction to bound memory usage. N could be negotiated.
Going more complex than that may not have wins enough to justify it...
would be good to measure it.
(If you're not aware of it, check out—
https://en.bitcoin.it/wiki/User:Gmaxwell/block_network_coding for a
more complex idea)
📝 Original message:On Thu, Jul 17, 2014 at 2:35 PM, Kaz Wesley <keziahw at gmail.com> wrote:
> A node should be able to forget invs it has seen without invalidating what
> peers
> know about its known txes. To allow for this, a node assembles a bloom
> filter of
Another option would be to just guarantee to keep at least the last N
sent in each direction to bound memory usage. N could be negotiated.
Going more complex than that may not have wins enough to justify it...
would be good to measure it.
(If you're not aware of it, check out—
https://en.bitcoin.it/wiki/User:Gmaxwell/block_network_coding for a
more complex idea)