net.ListenIP: failed when network is ip:50 #49612
Labels
FrozenDueToAge
WaitingForInfo
Issue is not actionable because of missing required information, which needs to be provided.
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
No, haven't try.
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
Try to listen raw IP packet using
net.ListenIP("ip:50", address)
, see https://play.golang.org/p/iW558sJvrWqWhat did you expect to see?
Run succeed.
What did you see instead?
socket: operation not supported on socket
The text was updated successfully, but these errors were encountered: