From 30203351e44b7dbb1bff2653e81f2b445e57102d Mon Sep 17 00:00:00 2001 From: Marten Seemann Date: Mon, 11 Nov 2024 16:07:23 +0000 Subject: [PATCH] connect-udp: remove CONNECT-IP issue, link to CONNECT-UDP Listener issue --- content/docs/connect-udp/client.md | 2 +- content/docs/connect-udp/proxy.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/docs/connect-udp/client.md b/content/docs/connect-udp/client.md index 77beac8..036acbf 100644 --- a/content/docs/connect-udp/client.md +++ b/content/docs/connect-udp/client.md @@ -43,4 +43,4 @@ Multiple UDP flows can be proxied over the same QUIC connection to the proxy by ## 📝 Future Work * Logging / Tracing: [#59](https://github.com/quic-go/masque-go/issues/59) -* Proxying IP packets over HTTP ([RFC 9484](https://datatracker.ietf.org/doc/html/rfc9484)): [#63](https://github.com/quic-go/masque-go/issues/63) +* Proxying a UDP Listener: [#64](https://github.com/quic-go/masque-go/issues/64) diff --git a/content/docs/connect-udp/proxy.md b/content/docs/connect-udp/proxy.md index 2776345..8ec3bfe 100644 --- a/content/docs/connect-udp/proxy.md +++ b/content/docs/connect-udp/proxy.md @@ -105,4 +105,4 @@ The `net.UDPConn` passed to `ProxyConnectedSocket` is closed by the proxy after * Use the Proxy-Status HTTP header ([RFC 9209](https://datatracker.ietf.org/doc/html/rfc9209)) to communicate failures: [#2](https://github.com/quic-go/masque-go/issues/2) * Use GSO and GRO to speed up UDP packet processing: [#31](https://github.com/quic-go/masque-go/issues/31) and [#32](https://github.com/quic-go/masque-go/issues/32) * Logging / Tracing: [#59](https://github.com/quic-go/masque-go/issues/59) -* Proxying IP packets over HTTP ([RFC 9484](https://datatracker.ietf.org/doc/html/rfc9484)): [#63](https://github.com/quic-go/masque-go/issues/63) +* Proxying a UDP Listener: [#64](https://github.com/quic-go/masque-go/issues/64)