HomePhabricator

Handle mempool requests in send loop, subject to trickle
ed7068302c74Unpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

Handle mempool requests in send loop, subject to trickle

By eliminating queued entries from the mempool response and responding only at
trickle time, this makes the mempool no longer leak transaction arrival order
information (as the mempool itself is also sorted)-- at least no more than
relay itself leaks it.

Details

Provenance
Pieter Wuille <pieter.wuille@gmail.com>Authored on Apr 8 2016, 14:26
deadalnixPushed on May 14 2017, 22:04
Parents
rABCdc13dcd2bec2: Split up and optimize transaction and block inv queues
Branches
Unknown
Tags
Unknown

Event Timeline

Pieter Wuille <pieter.wuille@gmail.com> committed rABCed7068302c74: Handle mempool requests in send loop, subject to trickle (authored by Pieter Wuille <pieter.wuille@gmail.com>).Apr 20 2016, 22:33