Git Product home page Git Product logo

Comments (8)

anacrolix avatar anacrolix commented on May 14, 2024

Unused peers are kept per torrent, here. The size of the reserve peers is kept high enough that we can open new connections as required, but low enough that not too much memory is consumed. If you want to expose some state from the torrent struct, you should ensure that the client lock is taken, and put a method on the Torrent struct that gives you what you need.

Alternatively you can interact directly with trackers or DHT if you don't want to know about peers in the context of a live torrent on a client.

Feel free to raise issues about state that you require from a torrent. You should also see the WriteStatus method, it provides very comprehensive information on client, torrent and connection state and is what I use to debug a live client.

from torrent.

debunge avatar debunge commented on May 14, 2024

Thank you for reply!
On a slightly related note, how do I control size of Peers? I don't see any constants here...

from torrent.

anacrolix avatar anacrolix commented on May 14, 2024

These are
used. Sorry, the project is very large, torrent quickly becomes very
complex.

On 26 March 2015 at 23:04, debunge [email protected] wrote:

Thank you for reply!
On a slightly related note, how do I control size of Peers? I don't see
any constants here...


Reply to this email directly or view it on GitHub
#8 (comment).

from torrent.

debunge avatar debunge commented on May 14, 2024

Thank you very much!

from torrent.

debunge avatar debunge commented on May 14, 2024

Oh, and also how do I control upload\download speed and ratio? I greped source code for words which I though would be relevant but found nothing useful.

from torrent.

anacrolix avatar anacrolix commented on May 14, 2024

I haven't implemented that. My purposes haven't required it.

On 26 March 2015 at 23:24, debunge [email protected] wrote:

Oh, and also how do I control upload\download speed and ratio? I greped
source code for words which I though would be relevant but found nothing
useful.


Reply to this email directly or view it on GitHub
#8 (comment).

from torrent.

debunge avatar debunge commented on May 14, 2024

If I to implement ratios and speed limits, where would it be best to start looking? I'm still not completely understand structure of your code...

from torrent.

anacrolix avatar anacrolix commented on May 14, 2024

@debunge Let's move this to https://gophers.slack.com/#torrent, or https://groups.google.com/group/go_torrent, take your pick.

from torrent.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.