mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
DSR WIP
This commit is contained in:
parent
f713e0c039
commit
adf4127fe3
1 changed files with 8 additions and 0 deletions
|
|
@ -173,6 +173,8 @@ enum RouteError {
|
|||
|
||||
// We received a nak while trying to forward on your behalf
|
||||
GOT_NAK = 2;
|
||||
|
||||
TIMEOUT = 3;
|
||||
}
|
||||
|
||||
// The payload portion fo a packet, this is the actual bytes that are sent
|
||||
|
|
@ -244,6 +246,12 @@ message SubPacket {
|
|||
packets small).
|
||||
*/
|
||||
uint32 source = 12;
|
||||
|
||||
/**
|
||||
Only used in route_error messages. Indicates the original message ID that
|
||||
this message is reporting failure on.
|
||||
*/
|
||||
uint32 original_id = 2;
|
||||
}
|
||||
|
||||
// A full packet sent/received over the mesh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue