|
@@ -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 {
|