Skip to content

Commit

Permalink
connect-udp: remove CONNECT-IP issue, link to CONNECT-UDP Listener is…
Browse files Browse the repository at this point in the history
…sue (#83)
  • Loading branch information
marten-seemann authored Nov 11, 2024
1 parent 13a0dd2 commit ea57547
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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)

0 comments on commit ea57547

Please sign in to comment.