Home
last modified time | relevance | path

Searched refs:ExpireHeaders (Results 1 – 6 of 6) sorted by relevance

/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/eth/downloader/
H A Dfetchers_concurrent_headers.go65 fails := q.queue.ExpireHeaders(peer)
H A Dqueue.go599 func (q *queue) ExpireHeaders(peer string) int { func
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/status-im/keycard-go/vendor/github.com/ethereum/go-ethereum/eth/downloader/
H A Dqueue.go619 func (q *queue) ExpireHeaders(timeout time.Duration) map[string]int { func
H A Ddownloader.go921 expire = func() map[string]int { return d.queue.ExpireHeaders(d.requestTTL()) }
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/les/downloader/
H A Dqueue.go626 func (q *queue) ExpireHeaders(timeout time.Duration) map[string]int { func
H A Ddownloader.go1234 expire = func() map[string]int { return d.queue.ExpireHeaders(d.peers.rates.TargetTimeout()) }