You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: