This is a backport of core PR11524
Details
Details
- Reviewers
jasonbcox - Group Reviewers
Restricted Project - Commits
- rSTAGING4360caaa6126: [net] De-duplicate connection eviction logic
rABC4360caaa6126: [net] De-duplicate connection eviction logic
make check
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
src/net.cpp | ||
---|---|---|
1074 ↗ | (On Diff #5267) | This is not entirely true. DoS attacks on these nodes could reduce their ping time as well. Not sure if it's worth updating the comment, but it should be noted. |
1077 ↗ | (On Diff #5267) | Can't an attacker send the node brand new transactions to manipulate this metric? Generating these transactions is essentially free. |
1104 ↗ | (On Diff #5267) | Seems odd to remove the intermediate value for group.size(). Please fix this. |
src/net.cpp | ||
---|---|---|
1074 ↗ | (On Diff #5267) | You'd have to know which nodes to DoS to begin with, or DoS the whole network. Both option seems highly unlikely. |
1077 ↗ | (On Diff #5267) | Yes. But it gets rid of all the peer that do not do any work and just leach connections. If these txns are going to be propagated anyways, this is useful for you to recieve them :) |
1104 ↗ | (On Diff #5267) | ok |