wetware / pkg

Peer-to-peer cloud environment
https://wetware.run
Other
38 stars 7 forks source link

Update QUIC multiaddrs #68

Closed lthibault closed 1 year ago

lthibault commented 1 year ago

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.

lthibault commented 1 year ago

1bb2f9278194ef59060bfdfa6c47932709ec258a