Question

I want to write an application in C# that will use monotorrent open source lib to download torrents. As a start I'm trying to download some torrents using the sample client in the lib like this torrent but the download does not start, this torrent downloads OK to me on uTorrent. I suspect that this has something to do with the udp trackers because I could download some torrents who had only http trackers, but I'm not sure.

Please help

Was it helpful?

Solution

I've found a solution to this problem. I've searched the branches on GitHub that forked from monotorrent and found this submit, I've integrated it to monotorrent source code and compiled and it now works.

I hope this will help anyone else encountering this problem in the future.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top