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 module addition #488

Open
wants to merge 15 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
bug fix: update transport to transport_interface in quic directory
seetadev committed Feb 8, 2025
commit 62750940f26ac91e0f2b2d246ca1a5a3f6f033e5
2 changes: 1 addition & 1 deletion libp2p/transport/quic/transport.py
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@

from multiaddr import Multiaddr
from libp2p.peer.id import ID
from libp2p.transport.transport import Transport
from libp2p.transport.transport_interface import Transport
from libp2p.transport.listener_interface import IListener
from libp2p.network.stream.net_stream_interface import INetStream