Add receiver index derivation

This commit is contained in:
Georgio Nicolas
2026-02-24 14:55:26 +01:00
committed by Jędrzej Stuczyński
parent 9b44095b62
commit 211f90692a
+3
View File
@@ -188,6 +188,9 @@ pub struct DecryptedRequestFrame {
/// The unmasked byte representing the outer protocol version sent by the initiator
pub(crate) outer_protocol_version: u8,
/// A unique index associated to the request sender
pub(crate) receiver_index: u64
}
impl DecryptedRequestFrame {