Skip to content

Conversation

Jotthecode
Copy link

What was wrong?

Issue #488 - QUIC module addition using msquic for py-libp2p.

How was it fixed?

  • Implemented MsQuicTransport class inside libp2p/transport/quic/msquic_transport.py.
  • Integrated MsQuicConnection to handle QUIC streams.
  • Added initial support for dial() and listen() functions.
  • Prepared the module to align with libp2p's transport interface.

To-Do

  • Add unit tests in tests/transport/test_quic.py
  • Ensure compatibility with libp2p's transport stack
  • Clean up commit history
  • Add or update documentation related to these changes
  • Add entry to the release notes

I was trying to make a directory under transport where we should add this msquic model
@seetadev seetadev closed this Apr 18, 2025
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.

2 participants