Skip to content

Commit f9020ed

Browse files
authored
Bump nim-eth and increase discv5 sessionSize to 512 for fluffy (#3155)
1 parent 1b3fe18 commit f9020ed

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

fluffy/fluffy.nim

+3-2
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,9 @@ proc run(
130130

131131
## Discovery v5 protocol setup
132132
let
133-
discoveryConfig =
134-
DiscoveryConfig.init(config.tableIpLimit, config.bucketIpLimit, config.bitsPerHop)
133+
discoveryConfig = DiscoveryConfig.init(
134+
config.tableIpLimit, config.bucketIpLimit, config.bitsPerHop, 512
135+
)
135136
d = newProtocol(
136137
netkey,
137138
extIp,

vendor/nim-eth

0 commit comments

Comments
 (0)