[mirror] Go supplementary network libraries
Перейти к файлу
jfgiorgi d7f220d3b8 quic: add LocalAddr and RemoteAddr to quic.Conn
These are missing for quic.Conn.

Fixes golang/go#70138

Change-Id: Ia443ffe0e73e143be5c29233a1ceb7cb16951acd
GitHub-Last-Rev: a326378fdd
GitHub-Pull-Request: golang/net#225
Reviewed-on: https://go-review.googlesource.com/c/net/+/623157
Reviewed-by: Damien Neil <dneil@google.com>
Reviewed-by: David Chase <drchase@google.com>
Auto-Submit: Damien Neil <dneil@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
2024-11-06 23:00:02 +00:00
bpf
context
dict
dns/dnsmessage
html html: add Node.{Ancestors,ChildNodes,Descendants}() 2024-10-29 04:13:16 +00:00
http
http2 http2: surface errors occurring very early in a client conn's lifetime 2024-11-06 19:35:40 +00:00
icmp
idna
internal internal/socket: execute gofmt 2024-10-11 22:36:55 +00:00
ipv4
ipv6
lif
nettest
netutil
proxy
publicsuffix
quic quic: add LocalAddr and RemoteAddr to quic.Conn 2024-11-06 23:00:02 +00:00
route route: fix address parsing of messages on Darwin 2024-09-06 18:26:58 +00:00
trace
webdav
websocket websocket: update nhooyr.io/websocket to github.com/coder/websocket 2024-09-25 22:53:10 +00:00
xsrftoken xsrftoken: create no padding base64 string by RawURLEncoding 2024-07-22 18:18:19 +00:00
.gitattributes
.gitignore
CONTRIBUTING.md
LICENSE LICENSE: update per Google Legal 2024-07-16 16:05:10 +00:00
PATENTS
README.md README: don't recommend go get 2024-11-01 18:28:29 +00:00
codereview.cfg
go.mod go.mod: update golang.org/x dependencies 2024-10-04 16:20:59 +00:00
go.sum go.mod: update golang.org/x dependencies 2024-10-04 16:20:59 +00:00

README.md

Go Networking

Go Reference

This repository holds supplementary Go networking packages.

Report Issues / Send Patches

This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://go.dev/doc/contribute.

The git repository is https://go.googlesource.com/net.

The main issue tracker for the net repository is located at https://go.dev/issues. Prefix your issue with "x/net:" in the subject line, so it is easy to find.