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
SockAddr cannot currently represent an address of the AF_PACKET family. Therefore, support for it has been deferred and excluded from #667, which adds the getifaddrs function.
The text was updated successfully, but these errors were encountered:
813: Support `EtherAddr` and impl `Debug` for `InterfaceAddress/SockAddr` r=Susurrus a=LuoZijun
1. Add `EtherAddr` .
2. impl `Debug` for `InterfaceAddress` and `SockAddr`.
Closes#809
SockAddr
cannot currently represent an address of theAF_PACKET
family. Therefore, support for it has been deferred and excluded from #667, which adds thegetifaddrs
function.The text was updated successfully, but these errors were encountered: