Update QUIC multiaddrs
lthibault opened this issue · 1 comments
lthibault commented
As of libp2p v0.24.0, QUIC has been updated to support RFC9000 instead of the previous "draft" version (see the "QUIC" section in the release notes.
Support for RFC9000 is enabled by using the /quic-v1
multiaddr component in a QUIC address. So where /ip4/1.2.3.4/udp/4001/quic
would use the draft version of the protocol, /ip4/1.2.3.4/udp/4001/quic-v1
would use RFC9000.
Support for the draft version will be available for approximately 6 months, after which the switch to /quick-v1
will be mandatory.