Closed monkeyWie closed 1 year ago
ClientConfig.ListenPort
will change the default UDP port, which is used for the default DHT servers.
https://pkg.go.dev/github.com/anacrolix/torrent#ClientConfig
Thanks for reply, in my opinion this port config is used for torrent TCP listen port, do they multiplex the same port?
They are different protocols so they can co exist without conflict.
Got it.
Is there a way to change the fixed DHT listen port here?