Skip to content

Commit c2e45a3

Browse files
authored
Merge pull request #834 from meshtastic/jp-bennett-patch-6
Add PKI_SEND_FAIL_PUBLIC_KEY error code
2 parents 62626b7 + 8a11244 commit c2e45a3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

meshtastic/mesh.proto

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1050,6 +1050,12 @@ message Routing {
10501050
* This typically enforced per portnum and is used to prevent a single node from monopolizing airtime
10511051
*/
10521052
RATE_LIMIT_EXCEEDED = 38;
1053+
1054+
/*
1055+
* PKI encryption failed, due to no public key for the remote node
1056+
* This is different from PKI_UNKNOWN_PUBKEY which indicates a failure upon receiving a packet
1057+
*/
1058+
PKI_SEND_FAIL_PUBLIC_KEY = 39;
10531059
}
10541060

10551061
oneof variant {

0 commit comments

Comments
 (0)