mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Merge b5503a5412 into 4d5b500df5
This commit is contained in:
commit
50ad4c2728
1 changed files with 9 additions and 0 deletions
|
|
@ -87,6 +87,15 @@ message ChannelSettings {
|
|||
* Per-channel module settings.
|
||||
*/
|
||||
ModuleSettings module_settings = 7;
|
||||
|
||||
/*
|
||||
* Enable authenticated encryption (AES-CCM) for this channel.
|
||||
* When true, messages include a 12-byte authentication tag that prevents
|
||||
* forgery and bit-flipping attacks. All nodes on the channel must have
|
||||
* this enabled — unauthenticated (AES-CTR) packets are rejected.
|
||||
* Experimental. Default: false (standard AES-CTR encryption).
|
||||
*/
|
||||
bool use_aead = 8;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue