ipfs-rust / ipfs-embed

A small embeddable ipfs implementation
352 stars 48 forks source link

add quic transport #6

Open dvc94ch opened 4 years ago

dvc94ch commented 4 years ago

nquic looks like the way to go

https://github.com/libp2p/rust-libp2p/pull/1334 https://github.com/djc/quinn/issues/719

cryptoquick commented 3 years ago

I think we can make do without this for now. I would really love to have this in by the time I want to support more platforms and in more ways that OpenSSL-based solutions might make more difficult.

dvc94ch commented 3 years ago

there is some experimental support in master, but it should not be used in production yet.