ire
ire copied to clipboard
I2P router implementation in Rust
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 2.1.0 to 3.1.0. Release notes Sourced from codecov/codecov-action's releases. v3.1.0 3.1.0 Features #699 Incorporate xcode arguments for the Codecov uploader Dependencies #694 build(deps-dev): bump @vercel/ncc from 0.33.3...
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.4 to 3.0.2. Release notes Sourced from actions/checkout's releases. v3.0.2 What's Changed Add set-safe-directory input to allow customers to take control. by @TingluoHuang in actions/checkout#770 Prepare changelog...
Hi, I was checking how it works and this kept happening on startup. Feel free to close if that is not the proper way to fix it. Thanks for starting...
Implements [Prop123](https://geti2p.net/spec/proposals/123-new-netdb-entries).
Currently, if a message is sent to an unconnected peer, but the transport handshake fails, the message persists in the pending session cache for that transport. When a subsequent message...
Enable simple deployment of Ire in participant mode on devices running DD-WRT or OpenWRT. This would be a way for users to easily contribute to the network; it would not...
It should be easy to configure Ire as a purely-participating router, i.e. a router that: - Integrates itself into the network (via netDB exploration, possibly with a few exploratory tunnels)....
Meta-issue for implementing the various extra mechanisms necessary to operate as a floodfill router: - Kademlia DHT. - Keyspace rotation. - Flooding. - Changes to netDB exploration. - `DatabaseLookup` message-handling....