mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-26 15:47:21 +00:00
Drop peer if sending the same transaction multiple times in a single message. Fixes https://github.com/ethereum/go-ethereum/issues/32724 --------- Signed-off-by: Csaba Kiraly <csaba.kiraly@gmail.com> Co-authored-by: Gary Rong <garyrong0905@gmail.com> Co-authored-by: Csaba Kiraly <csaba.kiraly@gmail.com> |
||
|---|---|---|
| .. | ||
| broadcast.go | ||
| discovery.go | ||
| dispatcher.go | ||
| handler.go | ||
| handler_test.go | ||
| handlers.go | ||
| handshake.go | ||
| handshake_test.go | ||
| metrics.go | ||
| peer.go | ||
| peer_test.go | ||
| protocol.go | ||
| protocol_test.go | ||
| receipt.go | ||
| receipt_test.go | ||