You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
p2p: limit ping requests from a single peer (#510)
* p2p: move ping handling into pingLoop goroutine (ethereum#27887)
Moving the response sending there allows tracking all peer goroutines
in the peer WaitGroup.
* bump version
---------
Co-authored-by: Felix Lange <fjl@twurst.com>
0 commit comments