kopia lustrzana https://github.com/meshtastic/protobufs
Add RATE_LIMIT_EXCEEDED routing error
rodzic
f6448be777
commit
b2baa3da8a
|
@ -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 {
|
||||
|
|
Ładowanie…
Reference in New Issue