mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-27 08:07:22 +00:00
This commit does various code refactorings: - generalizes and moves the request retrieval/timeout/resend logic out of LesOdr (will be used by a subsequent PR) - reworks the peer management logic so that all services can register with peerSet to get notified about added/dropped peers (also gets rid of the ugly getAllPeers callback in requestDistributor) - moves peerSet, LesOdr, requestDistributor and retrieveManager initialization out of ProtocolManager because I believe they do not really belong there and the whole init process was ugly and ad-hoc |
||
|---|---|---|
| .. | ||
| flowcontrol | ||
| api_backend.go | ||
| backend.go | ||
| distributor.go | ||
| distributor_test.go | ||
| execqueue.go | ||
| execqueue_test.go | ||
| fetcher.go | ||
| handler.go | ||
| handler_test.go | ||
| helper_test.go | ||
| metrics.go | ||
| odr.go | ||
| odr_requests.go | ||
| odr_test.go | ||
| peer.go | ||
| protocol.go | ||
| randselect.go | ||
| randselect_test.go | ||
| request_test.go | ||
| retrieve.go | ||
| server.go | ||
| serverpool.go | ||
| sync.go | ||
| txrelay.go | ||