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
666: change `respond` closure in `Interface::socket_egress` to propogate errors up r=Dirbaio a=ritikmishra
On a hardware device, I was running into an issue where the device transmit buffer was filling up, so it was no longer issuing `TxToken`s. However, `smoltcp` was ignoring that error, so we were observing that our packets were not being sent.
Propagating the error up fixed this problem
Co-authored-by: Ritik Mishra <ritik@moveparallel.com>
0 commit comments