-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
ethos: fails to respond to first message. #11988
Comments
I can reproduce this. |
Could #12264 be related? |
I don't think so, the package is correctly received, it seems to think the destination is unreachable when the first message is tried to be sent out:
Debug activated in
|
This seems to be related to what I am fixing in #16947. Could you try setting |
Description
While testing #11818 I realized that after a reset the first
reply
ethos is supposed to send back to the sender fails. This doesn't happen if using a wireless interface so is unrelated tognrc
.The easiest way to see this is with a simple ping, but any message from the host requiring an ACK will fail.
As far as I could see the reply was being passed down up-to ethos, but no response was received by the host and
_send
was being called.Steps to reproduce the issue
sudo ./dist/tools/ethos/setup_network.sh riot0 2001:db8::/64
ethos
, the following patch can be applied tognrc_networking
:patch
USE_ETHOS=1 make -C examples/gnrc_networking BOARD=samr21-xpro flash -j3 term
You can see it is not a matter of timeouts since I used a 10s timeout.
Expected results
Should answer to first ping.
Actual results
Fails to answer to first ping.
The text was updated successfully, but these errors were encountered: