Mesh Dropped Packets Event?
Posted: Wed Sep 05, 2018 8:25 pm
Is there any way to know if a p2p packet has been dropped?
esp_mesh_send does not fail if the p2p node address becomes undeliverable.
In my application, leaf node A will send periodic messages to leaf node B. A & B may or may not have a common parent. If B disappears, is there any way node A can know this except for a message sent out by the root node in response to the MESH_EVENT_ROUTING_TABLE_REMOVE event?
Also, where do these undeliverable packets end up? Is there a buffer that they fill that needs to be checked and flushed periodically?
Thank you.
esp_mesh_send does not fail if the p2p node address becomes undeliverable.
In my application, leaf node A will send periodic messages to leaf node B. A & B may or may not have a common parent. If B disappears, is there any way node A can know this except for a message sent out by the root node in response to the MESH_EVENT_ROUTING_TABLE_REMOVE event?
Also, where do these undeliverable packets end up? Is there a buffer that they fill that needs to be checked and flushed periodically?
Thank you.