mirror of
https://github.com/sot-tech/mochi.git
synced 2026-07-15 04:48:10 -07:00
s/trackerfuncs/trackerlogic
This commit is contained in:
+2
-2
@@ -107,7 +107,7 @@ func main() {
|
||||
var uFrontend *udpfrontend.Frontend
|
||||
|
||||
if configFile.Config.HTTPConfig.Addr != "" {
|
||||
// TODO get the real TrackerFuncs
|
||||
// TODO get the real TrackerLogic
|
||||
hFrontend = httpfrontend.NewFrontend(trackerBackend, configFile.Config.HTTPConfig)
|
||||
|
||||
go func() {
|
||||
@@ -119,7 +119,7 @@ func main() {
|
||||
}
|
||||
|
||||
if configFile.Config.UDPConfig.Addr != "" {
|
||||
// TODO get the real TrackerFuncs
|
||||
// TODO get the real TrackerLogic
|
||||
uFrontend = udpfrontend.NewFrontend(trackerBackend, configFile.Config.UDPConfig)
|
||||
|
||||
go func() {
|
||||
|
||||
Reference in New Issue
Block a user