From 58fabe2375848e3142a110801f88da4237199538 Mon Sep 17 00:00:00 2001 From: Henrique Dias Date: Thu, 24 Aug 2023 08:04:17 +0200 Subject: [PATCH] docs: add note that quic (draft-29) used to be supported --- docs/config.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/config.md b/docs/config.md index 5dbd19c0cc61..c24b2b23f833 100644 --- a/docs/config.md +++ b/docs/config.md @@ -375,6 +375,8 @@ Supported Transports: * quicv1 (RFC9000) - `/ipN/.../udp/.../quic-v1` - can share the same two tuple with `/quic-v1/webtransport` * webtransport `/ipN/.../udp/.../quic-v1/webtransport` - can share the same two tuple with `/quic-v1` +Note that quic (Draft-29) used to be supported with the format `/ipN/.../udp/.../quic`, but has since been [removed](https://github.com/libp2p/go-libp2p/releases/tag/v0.30.0). + Default: ```json [