Update vendored libs

This commit is contained in:
Wim
2021-05-03 23:45:03 +02:00
parent af77109a47
commit 2d52fe1c80
44 changed files with 428 additions and 1650 deletions

View File

@@ -59,7 +59,7 @@ type Options struct {
ShutdownCleanup bool
// ReuseSocketAddrAndPort determines whether the SO_REUSEADDR and
// SO_REUSEADDR socket options should be set on the listening socket of
// SO_REUSEPORT socket options should be set on the listening socket of
// the agent. This option is only effective on unix-like OSes and if
// Addr is set to a fixed host:port.
// Optional.