add comment

This commit is contained in:
whr819987540 2023-04-27 16:03:14 +08:00
parent a7e27a4ff1
commit d02c7c9518
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ type ClientTrackerConfig struct {
type ClientDhtConfig struct {
// Don't create a DHT.
NoDHT bool `long:"disable-dht"`
NoDHT bool `long:"disable-dht"` // default false, use dht to find more peers
DhtStartingNodes func(network string) dht.StartingNodesGetter
// Called for each anacrolix/dht Server created for the Client.
ConfigureAnacrolixDhtServer func(*dht.ServerConfig)