Pulled in latest version of libraries, added Socks5 config

This commit is contained in:
2018-11-15 17:19:15 -05:00
parent aba7382113
commit 1fac8757d0
7 changed files with 76 additions and 10 deletions

View File

@@ -22,6 +22,7 @@ type TorrentQueues struct {
ID int `storm:"id,unique"` //storm requires unique ID (will be 5)
ActiveTorrents []string
QueuedTorrents []string
ForcedTorrents []string
}
//IssuedTokensList contains a slice of all the tokens issues to applications
@@ -79,7 +80,7 @@ type TorrentLocal struct {
TempStoragePath string //The absolute path of where the torrent is temporarily stored as it is downloaded
TorrentMoved bool //If completed has the torrent been moved to the end location
TorrentName string
TorrentStatus string //"Stopped", "Running"
TorrentStatus string //"Stopped", "Running", "ForceStart"
TorrentUploadLimit bool //if true this torrent will bypass the upload storage limit (effectively unlimited)
MaxConnections int //Max connections that the torrent can have to it at one time
TorrentType string //magnet or .torrent file