-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
quic: add LocalAddr and RemoteAddr to quic.Conn #225
Conversation
This PR (HEAD: a326378) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/net/+/623157. Important tips:
|
Message from Gopher Robot: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/623157. |
Message from Gopher Robot: Patch Set 1: Congratulations on opening your first change. Thank you for your contribution! Next steps: Most changes in the Go project go through a few rounds of revision. This can be During May-July and Nov-Jan the Go project is in a code freeze, during which Please don’t reply on this GitHub thread. Visit golang.org/cl/623157. |
Fixes golang/go#70138 |
Message from Jean-François Giorgi: Patch Set 1: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/623157. |
Message from Mateusz Poliwczak: Patch Set 2: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/623157. |
Message from Damien Neil: Patch Set 2: (4 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/623157. |
Message from Jean-François Giorgi: Patch Set 2: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/623157. |
Message from Jean-François Giorgi: Patch Set 3: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/623157. |
Message from Jean-François Giorgi: Patch Set 3: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/623157. |
Message from Jean-François Giorgi: Patch Set 3: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/623157. |
Message from Damien Neil: Patch Set 3: Auto-Submit+1 Code-Review+2 Commit-Queue+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/623157. |
Message from Go LUCI: Patch Set 3: Dry run: CV is trying the patch. Bot data: {"action":"start","triggered_at":"2024-11-06T21:04:25Z","revision":"ecc78ce21d5aa8218ca74f7f3fe0e3fcde42c5ec"} Please don’t reply on this GitHub thread. Visit golang.org/cl/623157. |
Message from Damien Neil: Patch Set 3: -Commit-Queue Please don’t reply on this GitHub thread. Visit golang.org/cl/623157. |
Message from Go LUCI: Patch Set 3: This CL has passed the run Please don’t reply on this GitHub thread. Visit golang.org/cl/623157. |
Message from Go LUCI: Patch Set 3: LUCI-TryBot-Result+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/623157. |
These are missing for quic.Conn. Fixes golang/go#70138 Change-Id: Ia443ffe0e73e143be5c29233a1ceb7cb16951acd GitHub-Last-Rev: a326378 GitHub-Pull-Request: #225 Reviewed-on: https://go-review.googlesource.com/c/net/+/623157 Reviewed-by: Damien Neil <[email protected]> Reviewed-by: David Chase <[email protected]> Auto-Submit: Damien Neil <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]>
This PR is being closed because golang.org/cl/623157 has been merged. |
These are missing for quic.Conn.
Fixes golang/go#70138