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
Right now the ping example panics on iface.poll(&mut sockets, timestamp).expect("poll error") because of Error::Unaddressable "thrown" in EthernetInterface::lookup_hardware_addr, which "unrolls" all the way up to main.
The problem was introduced in 1ece71a when socket_egress stopped ignoring the error.
The text was updated successfully, but these errors were encountered:
Right now the
ping
example panics oniface.poll(&mut sockets, timestamp).expect("poll error")
because ofError::Unaddressable
"thrown" inEthernetInterface::lookup_hardware_addr
, which "unrolls" all the way up tomain
.The problem was introduced in 1ece71a when
socket_egress
stopped ignoring the error.The text was updated successfully, but these errors were encountered: