n0-computer / beetle

Other
34 stars 15 forks source link

Allow connecting to iroh-one from iroh-cli #52

Open rklaehn opened 1 year ago

rklaehn commented 1 year ago

We now have the ability with quic-rpc to listen simultaneously on a mem and a http2 socket. So it should be relatively easy to make iroh-cli talk to iroh one, by having iroh-one open http2 sockets in addition to the mem transports.

But I would prefer to not wait with merging quic-rpc before doing this.

fabricedesre commented 1 year ago

Do you mean listening on 3 http/2 ports? I really hope we'll get uds support back to not incur the overhead of http/2 TLS.