added portnum for neighborinfo app

pull/341/head
uhuruhashimoto 2023-03-05 22:40:34 -05:00
rodzic 834db2e04a
commit 9181274d8a
1 zmienionych plików z 5 dodań i 0 usunięć

Wyświetl plik

@ -142,6 +142,11 @@ enum PortNum {
*/
TRACEROUTE_APP = 70;
/*
* Aggregates edge info for the network by sending out a list of each node's neighbors
*/
NEIGHBORINFO_APP = 71;
/*
* Private applications should use portnums >= 256.
* To simplify initial development and testing you can use "PRIVATE_APP"