go-ethereum/p2p
iczc 734021fc27
p2p: limit ping requests from a single peer (#510)
* p2p: move ping handling into pingLoop goroutine (#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>
2023-09-12 19:27:16 +02:00
..
discover style: revert some formatting (#294) 2023-04-20 17:49:35 +08:00
dnsdisc style: revert some formatting (#294) 2023-04-20 17:49:35 +08:00
enode style: revert some formatting (#294) 2023-04-20 17:49:35 +08:00
enr style: revert some formatting (#294) 2023-04-20 17:49:35 +08:00
msgrate Update mod file and all imports to use scroll-tech URL (#15) 2021-12-24 10:59:22 +01:00
nat style: revert some formatting (#294) 2023-04-20 17:49:35 +08:00
netutil Update mod file and all imports to use scroll-tech URL (#15) 2021-12-24 10:59:22 +01:00
nodestate Update mod file and all imports to use scroll-tech URL (#15) 2021-12-24 10:59:22 +01:00
rlpx Add goimports lint (#54) 2022-03-24 16:53:59 +08:00
simulations style: revert some formatting (#294) 2023-04-20 17:49:35 +08:00
tracker Update mod file and all imports to use scroll-tech URL (#15) 2021-12-24 10:59:22 +01:00
dial.go style: revert some formatting (#294) 2023-04-20 17:49:35 +08:00
dial_test.go Update mod file and all imports to use scroll-tech URL (#15) 2021-12-24 10:59:22 +01:00
message.go style: revert some formatting (#294) 2023-04-20 17:49:35 +08:00
message_test.go p2p: move rlpx into separate package (#21464) 2020-09-22 10:17:39 +02:00
metrics.go Update mod file and all imports to use scroll-tech URL (#15) 2021-12-24 10:59:22 +01:00
peer.go p2p: limit ping requests from a single peer (#510) 2023-09-12 19:27:16 +02:00
peer_error.go p2p: define DiscReason as uint8 (#164) 2022-10-12 20:05:56 +08:00
peer_test.go Update mod file and all imports to use scroll-tech URL (#15) 2021-12-24 10:59:22 +01:00
protocol.go Update mod file and all imports to use scroll-tech URL (#15) 2021-12-24 10:59:22 +01:00
server.go Update mod file and all imports to use scroll-tech URL (#15) 2021-12-24 10:59:22 +01:00
server_test.go Update mod file and all imports to use scroll-tech URL (#15) 2021-12-24 10:59:22 +01:00
transport.go Update mod file and all imports to use scroll-tech URL (#15) 2021-12-24 10:59:22 +01:00
transport_test.go Add goimports lint (#54) 2022-03-24 16:53:59 +08:00
util.go Update mod file and all imports to use scroll-tech URL (#15) 2021-12-24 10:59:22 +01:00
util_test.go Update mod file and all imports to use scroll-tech URL (#15) 2021-12-24 10:59:22 +01:00