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
Serial.println(" ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ this is really weird");
95
96
}
96
97
break;
97
98
case reservedTopic::rrep: {
98
99
//we still need to recieve rreps in case of ttl expiry
99
100
RouteJSON rrepDoc = RouteJSON(rxPacket.data);
100
-
loginfo_ln("Received Route Response from DUID: %s", rxPacket.sduid.data());
101
+
loginfo_ln("+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Received Route Response from DUID: %s", rxPacket.sduid.data());
101
102
//destination = sender of the rrep -> the last hop to current duck
102
103
std::optional<Duid> last = rrepDoc.getlastInPath();
0 commit comments