mirror of
https://github.com/luscis/openlan.git
synced 2025-10-27 19:00:36 +08:00
fea: access for ceci.
This commit is contained in:
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 {
|
||||
|
||||
Reference in New Issue
Block a user