문제

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

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top