Add RATE_LIMIT_EXCEEDED routing error

pull/735/head
Ben Meadors 2025-07-20 06:47:49 -05:00
rodzic f6448be777
commit b2baa3da8a
1 zmienionych plików z 6 dodań i 0 usunięć

Wyświetl plik

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