Feature request: pluggable transport for iroh-relay #4220
FedorKiselev76
started this conversation in
Ideas
Replies: 1 comment
|
We have a pluggable transport API in iroh, so this could be implemented entirely outside of the iroh repository as its own standalone crate. I suggest trying that first. One of our team members implemented a TCP-based transport once: https://github.com/n0-computer/iroh/pull/3880/changes |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi!
First of all, thanks for the great work on iroh.
I am an active iroh user and already adapt it for my own networking use cases. I would like to expand my use of iroh in constrained networks instead of replacing it with another transport stack.
I wanted to ask whether the project would consider supporting a pluggable transport for
iroh-relay, alongside the existing WebSocket transport.Motivation
As far as I understand, the current relay transport is WebSocket-based:
Questions
TcpBytesFramedtransport be acceptable as a first step?Thanks!
All reactions