added last_sent_by_id field to neighborinfo protobuf

pull/341/head
uhuruhashimoto 2023-03-05 22:42:20 -05:00
rodzic 9181274d8a
commit 7f0c12f403
1 zmienionych plików z 5 dodań i 1 usunięć

Wyświetl plik

@ -17,9 +17,13 @@ message NeighborInfo {
*/
uint32 node_id = 1;
/*
* The node ID of the node sending info on its neighbors
*/
uint32 last_sent_by_id = 2;
/*
* Time at packet transmission (in millis, Unix epoch)
*/
fixed32 tx_time = 2;
fixed32 tx_time = 3;
/*
* The list of neighbors