add beginnings of full DSR routing

This commit is contained in:
geeksville
2020-05-21 12:47:08 -07:00
parent 71041e8674
commit 0271df0657
4 changed files with 127 additions and 3 deletions

View File

@@ -75,7 +75,7 @@ class Router
* Every (non duplicate) packet this node receives will be passed through this method. This allows subclasses to
* update routing tables etc... based on what we overhear (even for messages not destined to our node)
*/
virtual void sniffReceived(MeshPacket *p);
virtual void sniffReceived(const MeshPacket *p);
/**
* Remove any encryption and decode the protobufs inside this packet (if necessary).