monotorrent icon indicating copy to clipboard operation
monotorrent copied to clipboard

The official repository for MonoTorrent, a bittorrent library for .NET

Results 52 monotorrent issues
Sort by recently updated
recently updated
newest added

Hi, thanks for all the hard work for this project! I just moved from another project (BitSwarm) to MonoTorrent and damn this is so much better! Anyway, I am a...

Hi! If anyone has suggestions for scenarios which should be documented, let me know and I'll add them! # Scenarios - [ ] Creating a torrent using `TorrentCreator`. Adding Trackers...

The code samples are scattered about in a confusing fashion. I'd like to suggest consolidating them under a single folder.

qbittorrent has the next speed metrics: ![image](https://user-images.githubusercontent.com/19392641/145436061-e1dcab22-4cf7-444f-8b6d-ecdd47d05aed.png) Here I've found a three ones: ```C# Manager.Monitor.DataBytesDownloaded Manager.Monitor.ProtocolBytesDownloaded Manager.Monitor.DownloadSpeed ``` Can you clarify what these means and how to find the rest?...

![image](https://user-images.githubusercontent.com/53161726/123790375-d6b7b580-d910-11eb-8bca-91da087352ff.png) ![image](https://user-images.githubusercontent.com/53161726/123790429-e46d3b00-d910-11eb-83cc-064684afc687.png)

in Tick Method, we should call Manager.Peers.UpdatePeerCounts (); as in Mode.Tick(); and in Tick() Method, if we run out of Peers, we should call SendAnnounces() again.

How does this function work? How to get the magnetic link or the files contained in torrent before starting the official download? I am developing a program, hoping to obtain...

Hey! I need some help changing the MaxUploadSpeed after/while seeding please. This is basically the code I am using to start seeding. It's more like an on demand seeding option...

TorrentCreatorEventArgs -- OverallCompletion seems not to show the right progress, it seems still to show the piece hash progress?

So here's my implementation that I came up so far: (I hope it will help someone) And oh, that's a github issue, so seeding doesn't work ouside my local network,...