mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Add RATE_LIMIT_EXCEEDED routing error
This commit is contained in:
parent
f6448be777
commit
b2baa3da8a
1 changed files with 6 additions and 0 deletions
|
|
@ -978,6 +978,12 @@ message Routing {
|
|||
* Admin packet sent using PKC, but not from a public key on the admin key list
|
||||
*/
|
||||
ADMIN_PUBLIC_KEY_UNAUTHORIZED = 37;
|
||||
|
||||
/*
|
||||
* Airtime fairness Rate limit exceeded for a package
|
||||
* This typically enforced per portnum and is used to prevent a single node from monopolizing airtime
|
||||
*/
|
||||
RATE_LIMIT_EXCEEDED = 38;
|
||||
}
|
||||
|
||||
oneof variant {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue