Merge pull request #248 from GUVWAF/develop

Add TRACEROUTE_APP portnum
This commit is contained in:
Ben Meadors 2022-12-05 14:37:25 -06:00 committed by GitHub
commit 0dbf6e9e24
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"