test: HP-Outer headers are added to messages with standard Header Protection (#7130)

This commit is contained in:
iequidoo
2025-11-03 15:47:44 -03:00
committed by iequidoo
parent c6894f56b2
commit 1dbcd7f1f4
4 changed files with 43 additions and 14 deletions

View File

@@ -138,6 +138,9 @@ pub enum HeaderDef {
/// Advertised gossip topic for one webxdc.
IrohGossipTopic,
/// See <https://www.rfc-editor.org/rfc/rfc9788.html#name-hp-outer-header-field>.
HpOuter,
#[cfg(test)]
TestHeader,
}