Stepan Konoplev
Stepan Konoplev
I have rebased, but need to test it tomorrow
> But why does the round-trip-time get so much worse? Actually in a debugging session with @jia200x we discovered that reverting the following commit `git revert a953ae9d9fe` fixes the issue...
I'm not sure why the test build keeps timing out in CI, but when I tried building it locally with `make -C tests/net/socket_zep`, I encountered the following error: ``` RIOT/cpu/native/socket_zep/socket_zep.c:244:29:...
should be fixed now
Actually I discovered an issue while testing with the nrf52: The submac end up in an invalid state. This issue is introduced by PR #21533. In that PR, some assert...