HomePhabricator

Send multiple inv messages if mempool.size > MAX_INV_SZ
1f3d3647ffb4Unpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

Send multiple inv messages if mempool.size > MAX_INV_SZ

Changes the response to the 'mempool' command so that if
the memory pool has more than MAX_INV_SZ transactions (50,000)
it will respond with multiple 'inv' messages.

Details

Provenance
Gavin Andresen <gavinandresen@gmail.com>Authored on Aug 27 2013, 06:12
deadalnixPushed on May 14 2017, 22:04
Parents
rABC0d09b3e8b021: Merge pull request #3144 from Diapolo/message_sendcoinsdialog
Branches
Unknown
Tags
Unknown

Event Timeline

Gavin Andresen <gavinandresen@gmail.com> committed rABC1f3d3647ffb4: Send multiple inv messages if mempool.size > MAX_INV_SZ (authored by Gavin Andresen <gavinandresen@gmail.com>).Oct 26 2013, 04:14