This commit is contained in:
yourok
2020-03-07 21:32:21 +03:00
parent c411024ede
commit 59a39ad363
2 changed files with 10 additions and 6 deletions

View File

@@ -1,14 +1,14 @@
package torr
import (
"github.com/anacrolix/dht"
"github.com/anacrolix/torrent"
)
type BTState struct {
LocalPort int
PeerID string
BannedIPs int
DHTs []*dht.Server
DHTs []torrent.DhtServer
Torrents []*Torrent
}