update utp server settings hint + cosmetics

This commit is contained in:
nikk gitanes
2023-08-14 21:43:57 +03:00
parent afcd76d7fc
commit 8f8494295f
6 changed files with 7 additions and 9 deletions

View File

@@ -141,7 +141,7 @@ func (bt *BTServer) configure(ctx context.Context) {
// }
// log.Println("Set listen port", lport)
log.Println("Set listen port to random autoselect (0)")
bt.config.ListenPort = 0 //lport
bt.config.ListenPort = 0 // lport
}
}