Files
golang.net/internal
Damien Neil e26b9a4457 quic: rename Listener to Endpoint
The name Listener is confusing, because unlike a net.Listener
a quic.Listener manages outgoing connections as well as inbound ones.

Rename to "endpoint" which doesn't map to any existing
net package name and matches the terminology of the QUIC RFCs.

For golang/go#58547

Change-Id: If87f8c67ac7dd15d89d2d082a8ba2c63ea7f6e26
Reviewed-on: https://go-review.googlesource.com/c/net/+/543298
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Jonathan Amsterdam <jba@google.com>
2023-11-17 21:33:25 +00:00
..
2023-10-11 21:58:12 +00:00
2023-11-17 21:33:25 +00:00
2023-10-11 21:58:12 +00:00
2023-02-07 17:08:46 +00:00