Add PKI_SEND_FAIL_PUBLIC_KEY error code

Add new error code for PKI encryption failure due to missing public key.
This commit is contained in:
Jonathan Bennett 2026-01-01 22:26:59 -06:00 committed by GitHub
parent 62626b7cc5
commit 8a11244539
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1050,6 +1050,12 @@ message Routing {
* This typically enforced per portnum and is used to prevent a single node from monopolizing airtime
*/
RATE_LIMIT_EXCEEDED = 38;
/*
* PKI encryption failed, due to no public key for the remote node
* This is different from PKI_UNKNOWN_PUBKEY which indicates a failure upon receiving a packet
*/
PKI_SEND_FAIL_PUBLIC_KEY = 39;
}
oneof variant {