Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

QUIC Transport #227

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

Conversation

amdfxlucas
Copy link

implement QUIC transport with nexus-lsquic library based on boost::asio (https://github.com/cbodley/nexus) ( my fork https://github.com/amdfxlucas/nexus.git 'dev' branch)

QuicConnections are inherently CapableConnections and thus need no Upgrader and Muxer.

Todo: deferRead/Write Callbacks for QuicStreams ?! dont know what they're good for

Integration of nexus, lsquic, boringSSl into Hunter dependency management.
Unfortunately i'm not very adept with it.

To run the 01-echo example with Quic transport:
./libp2p_echo_server -l3proto=ip4 -l4proto=quic
./libp2p_echo_client /ip4/127.0.0.1/quic/40010/p2p/12D3KooWEgUjBV5FJAuBSoNMRYFRHjV7PjZwRQ7b43EKX9g7D6xV

@turuslan turuslan mentioned this pull request Jun 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant