-
Notifications
You must be signed in to change notification settings - Fork 18k
x/net/icmp: icmp ReadFrom cannot read any data on the Android and Linux system #59084
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Could you explain which function does not do what you expected? Is it https://pkg.go.dev/golang.org/x/net/icmp#PacketConn.ReadFrom ? What do you expect to see, and what did you see instead? Thanks. |
Yes,it is https://pkg.go.dev/golang.org/x/net/icmp#PacketConn.ReadFrom. |
Thanks. It looks like you're asking a question about the net/icmp package. We don't really use our issue tracker for questions. You're welcome to ask on a forum rather than on the issue tracker. See https://golang.org/wiki/Questions. Thanks. |
The design plan is to package the features implemented in Go language using gomobile, and then implement cross-platform functionality through Flutter plugin, which will eventually be integrated into a Flutter app. Currently, we are implementing a trace feature that obtains the IP of each hop by setting different TTL values. However, we have found that while this works on iOS and Darwin, ReadFrom cannot read any data on the Android system.
The text was updated successfully, but these errors were encountered: