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
When Packet::RawSocketSend is called with a virtual network interface (such as
"venet0"), it fails on "setsockopt(sd, SOL_SOCKET, SO_BINDTODEVICE, device,
iface.size())". Please note that in order to write to a raw socket it is not
necessary to bind to it.
Also, the error message reads "Setting IPPROTO_IP (IP_HDRINCL) option to raw
socket" (it should read "Setting SOL_SOCKET (SO_BINDTODEVICE) option to raw
socket").
Original issue reported on code.google.com by brunon...@brunonery.com on 27 Apr 2012 at 4:55
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
brunon...@brunonery.com
on 27 Apr 2012 at 4:55The text was updated successfully, but these errors were encountered: