p2p: enforce connection retry limit on server side (#19684)
The dialer limits itself to one attempt every 30s. Apply the same limit in Server and reject peers which try to connect too eagerly. The check against the limit happens right after accepting the connection. Further changes in this commit ensure we pass the Server logger down to Peer instances, discovery and dialState. Unit test logging now works in all Server tests.
Showing
This diff is collapsed.
p2p/netutil/addrutil.go
0 → 100644
This diff is collapsed.
p2p/util.go
0 → 100644
p2p/util_test.go
0 → 100644
Please register or sign in to comment