Go supplementary network libraries

Clone this repo:
  1. 350aad2 quic: correctly extend peer's flow control window after MAX_DATA by Damien Neil · 13 days ago master
  2. 21814e7 quic: validate connection id transport parameters by Damien Neil · 13 days ago
  3. a600b35 quic: avoid redundant MAX_DATA updates by Damien Neil · 14 days ago
  4. ea63359 http2: check stream body is present on read timeout by Alexander Yastrebov · 2 months ago
  5. ddd8598 quic: version negotiation by Damien Neil · 2 weeks ago

Go Networking

Go Reference

This repository holds supplementary Go networking libraries.

Download/Install

The easiest way to install is to run go get -u golang.org/x/net. You can also manually git clone the repository to $GOPATH/src/golang.org/x/net.

Report Issues / Send Patches

This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://golang.org/doc/contribute.html. The main issue tracker for the net repository is located at https://github.com/golang/go/issues. Prefix your issue with “x/net:” in the subject line, so it is easy to find.