Merge pull request #735 from meshtastic/routing-error-ratelimite

Add RATE_LIMIT_EXCEEDED routing error
This commit is contained in:
Ben Meadors 2025-07-20 14:30:40 -05:00 committed by GitHub
commit c916da9060
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 {