aboutsummaryrefslogtreecommitdiff
path: root/tools.go
AgeCommit message (Collapse)Author
2022-08-03build: Update quic-go for Go 1.19 (#8483)Jakob Borg
Also adds idle time and keepalive parameters because how this is configured has changed in the new package version. The values are those that seems like might already be default, if keep-alives were enabled, which is not obvious from the doc comments. Also, Go 1.19 gofmt reformatting of comments.
2021-05-08build: List go:generate tools in tools.go (#7599)greatroar