mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Merge pull request #735 from meshtastic/routing-error-ratelimite
Add RATE_LIMIT_EXCEEDED routing error
This commit is contained in:
commit
c916da9060
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 packet
|
||||
* 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