Page MenuHomePhabricator

[backport#14060] ZMQ: add options to configure outbound message high water mark, aka SNDHWM
ClosedPublic

Authored by majcosta on Jun 8 2020, 23:15.

Details

Summary

a4edb168b635b6f5c36324e44961cd42cf9bbbaa ZMQ: add options to configure outbound message high water mark, aka SNDHWM (mruddy)

Pull request description:

ZMQ: add options to configure outbound message high water mark, aka SNDHWM

This is my attempt at https://github.com/bitcoin/bitcoin/pull/13315

Backport of Core PR14060 https://github.com/bitcoin/bitcoin/pull/14060/commits/a4edb168b635b6f5c36324e44961cd42cf9bbbaa

Test Plan
ninja check
test_runner.py interface_zmq

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

majcosta requested review of this revision.Jun 8 2020, 23:15

[Bot Message]
One or more PR numbers were detected in the summary.
Links to those PRs have been inserted into the summary for reference.

Fabien requested changes to this revision.Jun 9 2020, 07:52
Fabien added a subscriber: Fabien.
Fabien added inline comments.
src/zmq/zmqrpc.cpp
34 ↗(On Diff #21128)

No, you removed RPCHelpMan

This revision now requires changes to proceed.Jun 9 2020, 07:52
This revision is now accepted and ready to land.Jun 9 2020, 17:45