Update dependencies
This commit is contained in:
parent
7ad76273c0
commit
540efa03c4
485 changed files with 57821 additions and 12429 deletions
2
vendor/golang.org/x/net/ipv6/endpoint.go
generated
vendored
2
vendor/golang.org/x/net/ipv6/endpoint.go
generated
vendored
|
@ -37,7 +37,7 @@ func (c *Conn) PathMTU() (int, error) {
|
|||
}
|
||||
so, ok := sockOpts[ssoPathMTU]
|
||||
if !ok {
|
||||
return 0, errOpNoSupport
|
||||
return 0, errNotImplemented
|
||||
}
|
||||
_, mtu, err := so.getMTUInfo(c.Conn)
|
||||
if err != nil {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue