support min node / p2p version and misc#5
Open
Leon1777 wants to merge 5 commits into
Open
Conversation
* Support parallel polling of peers (--threads) * Don't prune unreachable nodes until expired. Some simplification. * Shorter sleep, reduced loglevel severity * Do not prune nodes which is not seen but have recent success * Do not test nodes on unstandard ports * Count stale and bad during pruning * Ignore peers on non-default ports * Print ipv4 / ipv6 counters for known nodes * Handle peers on non-default ports * Record peer userAgent * Ignore addresses with port = 0 * Log address for invalid name
* Support --minversion, minimum required node version * Lowered loglevel for "Pruned" message to debug * Implemented --minprotocolversion argument * Do not collect peers for nodes below minimum protocol version * Renamed minversion arg to minuseragentversion. Added notice to help text * Fixed hardcoded minimum protocol version * Log useragent for peers below minimum protocol version * Added short arg 'v' for minprotocolversion * Removed Beta state notice * Set user-agent to /kaspa-dnsseeder:x.x.x/ for p2p
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.