Merge pull request #834 from meshtastic/jp-bennett-patch-6

Add PKI_SEND_FAIL_PUBLIC_KEY error code
This commit is contained in:
Ben Meadors 2026-01-02 05:44:19 -06:00 committed by GitHub
commit c2e45a3fc9
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 {