Sioro-Neoku / go-peerflix

Go Peerflix
MIT License
470 stars 119 forks source link

Fix error caused by upstream torrent updates. #41

Closed zbhknight closed 5 years ago

zbhknight commented 5 years ago
  1. Fix torrent.ClientConfig error, passing ipblocklist from config
  2. PrioritizeRegion method is removed from torrent.File. Reimplement the logic
  3. torrent.Reader is changed from struct to interface. Update corresponding methods in fileEntry.go