Page MenuHomePhabricator

Add Binds, WhiteBinds, Whitelistedrange to CConnman::Options
ClosedPublic

Authored by deadalnix on Sep 10 2018, 11:48.

Details

Summary
  • add WhitelistedRange to CConnman::Options

Part of a series of changes to clean up the instantiation of connman
by decoupling the command line arguments.

  • add Binds, WhiteBinds to CConnman::Options

Part of a series of changes to clean up the instantiation of connman
by decoupling the command line arguments.

We also now abort with an error when explicit binds are set with
-listen=0.

This is a backport of core PR10496

Depends on D1746

Test Plan
make check

Diff Detail

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

Event Timeline

This revision is now accepted and ready to land.Sep 10 2018, 20:26
This revision was automatically updated to reflect the committed changes.