You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Send raw bytes over wire
rawBytes := []byte{10, 20, 30}
err = handle.WritePacketData(rawBytes)
if err != nil {
log.Fatal(err)
}
That is whats causing the error on my mac. Otherwise I don't get an error so I don't think its related to #150. That issue only effects raw ip sockets, so this doesn't have anything to do with that.
To avoid hijacking #150:
I'm getting the following error:
from the following code:
The text was updated successfully, but these errors were encountered: