diff --git a/p2p/discover/table_reval.go b/p2p/discover/table_reval.go index 333de4a10a..9a13900ebc 100644 --- a/p2p/discover/table_reval.go +++ b/p2p/discover/table_reval.go @@ -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