-
Notifications
You must be signed in to change notification settings - Fork 960
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(quic): Add draft-29 support (#3151)
Add support for QUIC draft-29 / the `quic` codepoint. This enables both dialing and listening on `quic` addresses. The motivation for adding support is to allow users to connect to old go-libp2p nodes that don't support the `quic-v1` codepoint. **Per default support is disabled.**
- Loading branch information
Showing
5 changed files
with
270 additions
and
78 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,10 @@ | ||
# 0.7.0-alpha.2 [unreleased] | ||
|
||
- Add opt-in support for the `/quic` codepoint, interpreted as QUIC version draft-29. | ||
See [PR 3151]. | ||
|
||
[PR 3151]: https://github.com/libp2p/rust-libp2p/pull/3151 | ||
|
||
# 0.7.0-alpha | ||
|
||
- Initial alpha release. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.