Add TRACEROUTE_APP portnum

pull/248/head
GUVWAF 2022-12-05 20:30:35 +01:00
rodzic 0a59599589
commit 2f6085722d
1 zmienionych plików z 6 dodań i 0 usunięć

Wyświetl plik

@ -133,6 +133,12 @@ enum PortNum {
*/
SIMULATOR_APP = 69;
/*
* Provides a traceroute functionality to show the route a packet towards
* a certain destination would take on the mesh.
*/
TRACEROUTE_APP = 70;
/*
* Private applications should use portnums >= 256.
* To simplify initial development and testing you can use "PRIVATE_APP"