chore: tcp conn error text

This commit is contained in:
gVisor bot
2022-07-11 22:29:35 +08:00
parent 9f48b6671c
commit 30b2c58ab5

View File

@ -198,7 +198,7 @@ func dualStackDialContext(ctx context.Context, network, address string, opt *opt
}
}
return nil, errors.New("never touched")
return nil, errors.New("dual stack tcp shake hands failed")
}
func concurrentDualStackDialContext(ctx context.Context, network, address string, opt *option) (net.Conn, error) {