Page MenuHomePhabricator

net: Avoid SetTxRelay for feeler connections
ClosedPublic

Authored by PiRK on Sep 20 2024, 15:03.

Details

Reviewers
Fabien
Group Reviewers
Restricted Project
Commits
rABCda9e51779f9e: net: Avoid SetTxRelay for feeler connections
Summary

Seems odd to reserve memory for the struct (the heaviest member being m_tx_inventory_known_filter) when it is never used.

Note that we cannot add the same functional test as Core, because we didn't start backporting the Erlay feature (which is still far from being ready, see core#28646)

This is a backport of core#26396
Depends on D16796

Test Plan

ninja all check-all

Diff Detail

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