From d02c7c9518fe6870c6191bed56df8b13f9484d83 Mon Sep 17 00:00:00 2001 From: whr819987540 <819987540@qq.com> Date: Thu, 27 Apr 2023 16:03:14 +0800 Subject: [PATCH] add comment --- config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.go b/config.go index 17641689..948c5e4d 100644 --- a/config.go +++ b/config.go @@ -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)