Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

connect-udp: remove CONNECT-IP issue, link to CONNECT-UDP Listener issue #83

Merged
merged 1 commit into from
Nov 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/docs/connect-udp/client.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion content/docs/connect-udp/proxy.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)