Giter Club home page Giter Club logo

Comments (10)

mikalv avatar mikalv commented on May 22, 2024

Ok, got any plan on how? Latency check? Connection time?

from i2pd.

orignal avatar orignal commented on May 22, 2024

Tunnels participation initially. If tunnel was alive for 10 minutes, than participatiing routers are good. Count it.
And vice-versa
But it must a generic framework

from i2pd.

mikalv avatar mikalv commented on May 22, 2024

Gotcha. Cloud you expand the explaination of what you mean with a "generic framework" in this context? Anyway, do you got a plan on how we're going to inject this code? I'm guessing this will be own classes/objects that current tunnel code and such report back to, or get read by. Or do you have a better idea in mind?

from i2pd.

orignal avatar orignal commented on May 22, 2024

Look at the class TunnelPool where it if tunnel pair is good by sending DeliveryStatus messsage. Then it should be separate class like RouterProfile, every router refers to. And these profiles must be in separate data structure sorted by it's "score". Plus it must be presistent.

from i2pd.

mikalv avatar mikalv commented on May 22, 2024

Ok got it. I think this is something I can look on and you don't have to worry about it. I'll complete the SSLClient for reseed now, then I will try to expand my knowledge by doing Issue #86 , and continue with this. Then you can focus on more deep details I've yet to understand. I'll ask in doubt and when I got questions. Sounds Ok?

from i2pd.

orignal avatar orignal commented on May 22, 2024

Do whatever you wish.
About SSL I would look at boost::asio first, because it definitly supports SSL

from i2pd.

mikalv avatar mikalv commented on May 22, 2024

Don't worry, doing it. Already done most, sneak peak:
https://gist.github.com/mikalv/9f0ac8f7cda445b83079

(feel free to comment if you see somethings I've done wrong or should be done better or whatever.)

from i2pd.

mikalv avatar mikalv commented on May 22, 2024

profile stats and score. What do you think of sqlite3 as bakend, another format, or do you prefer own binary structures?

from i2pd.

orignal avatar orignal commented on May 22, 2024

use STL, like std::set
This is not a task for database. Think like C++ developer rather than web.
For persistance use simple key=value format

from i2pd.

meeh420 avatar meeh420 commented on May 22, 2024

Issues moved to https://track.privacysolutions.no

from i2pd.

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.