good morning!!!!

Skip to content
Snippets Groups Projects
Commit 7fa2607b authored by Felix Lange's avatar Felix Lange
Browse files

p2p/discover: bump maxBondingPingPongs to 16

This should increase the speed a bit because all findnode
results (up to 16) can be verified at the same time.
parent 691cb902
Branches
Tags
No related merge requests found
...@@ -25,7 +25,7 @@ const ( ...@@ -25,7 +25,7 @@ const (
hashBits = len(common.Hash{}) * 8 hashBits = len(common.Hash{}) * 8
nBuckets = hashBits + 1 // Number of buckets nBuckets = hashBits + 1 // Number of buckets
maxBondingPingPongs = 10 maxBondingPingPongs = 16
) )
type Table struct { type Table struct {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment