Skip to content

Is it possible to use Quic transport? #4037

Answered by mrinalwadhwa
waqasraz asked this question in Q&A
Discussion options

You must be logged in to vote

@waqasraz yes, it's possible.

Ockam Secure Channels sit on top of Ockam Routing. Ockam Transports plug into Ockam Routing and provide adaptors for various transport protocols. Currently we have Ockam Transports for TCP, UDP, Unix Domain Sockets, WebSockets and Bluetooth Low Energy. See the ockam_transport_* rust crates here

It should be possible to write a QUIC transport.

TCP NAT traversal is supported using Relays.

We also have plans for UDP NAT Traversal on our roadmap, please see #3507 for a description of how that would work. If someone in our community would like to work on that issue we would love to help along the way.

I'd also love to learn more about your use case and what you're…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by waqasraz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants