p2p/discover: add documentation

This commit is contained in:
Felix Lange 2024-05-23 11:55:10 +02:00
parent 4ace554209
commit 16b4386f1e

View file

@ -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