]> Sergey Matveev's repositories - btrtrc.git/blobdiff - config.go
Add support for non-IP-based networks
[btrtrc.git] / config.go
index 569b4b2ae778b19ea16663f021828f0154246a72..692b0751fc6b75804e5c7661c33305f8f578a4a0 100644 (file)
--- a/config.go
+++ b/config.go
@@ -26,9 +26,8 @@ type ClientConfig struct {
        // Store torrent file data in this directory unless .DefaultStorage is
        // specified.
        DataDir string `long:"data-dir" description:"directory to store downloaded torrent data"`
-       // The address to listen for new uTP and TCP bittorrent protocol
-       // connections. DHT shares a UDP socket with uTP unless configured
-       // otherwise.
+       // The address to listen for new uTP and TCP BitTorrent protocol connections. DHT shares a UDP
+       // socket with uTP unless configured otherwise.
        ListenHost              func(network string) string
        ListenPort              int
        NoDefaultPortForwarding bool