mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 18:32:23 +00:00
p2p/discover: add documentation
This commit is contained in:
parent
4ace554209
commit
16b4386f1e
1 changed files with 2 additions and 0 deletions
|
|
@ -28,6 +28,8 @@ import (
|
|||
|
||||
const never = mclock.AbsTime(math.MaxInt64)
|
||||
|
||||
// tableRevalidation implements the node revalidation process.
|
||||
// It tracks all nodes contained in Table, and schedules sending PING to them.
|
||||
type tableRevalidation struct {
|
||||
fast revalidationList
|
||||
slow revalidationList
|
||||
|
|
|
|||
Loading…
Reference in a new issue