Add two more RemoteShell fields

This commit is contained in:
Jonathan Bennett 2026-04-14 18:43:27 -05:00
parent 940ac382a7
commit 7900e5d2dd

View file

@ -1366,6 +1366,16 @@ message RemoteShell {
* Bit flags for protocol extensions.
*/
uint32 flags = 8;
/*
* The last sequence number TX'd.
*/
uint32 last_tx_seq = 9;
/*
* The last sequence number RX'd.
*/
uint32 last_rx_seq = 10;
}
/*