Post
Topic
Board Development & Technical Discussion
Re: help with finding issues in a modifcation of Bitcoin core
by
coinfusion
on 27/05/2015, 04:03:32 UTC
So why not have low priority outbound connections or something like that(basically any outbound connections above 8 are marked as low priority)? These could be connections that nodes will drop if regular priority incoming connections are competing for space. That could be a way to implement this responsibly so that low priority connections only use excess slots and won't compete for space with regular priority connections.
The next flag you'd ask for is for a configurable option to override the low priority status...
So you think it's better to just ignore the issue and hope people don't modify the source?

If you are going to make a modification, maybe you could also add some sort of indicator to the node you are connecting to which alerts it that you already have a large amount of connections -- That way others could chose to refuse your connections.