pub type Mldv2QRV = QRV;
Expand description
QRV (Querier’s Robustness Variable) used in Queryv2 messages, defined in RFC 3810 section 5.1.8.
Aliased to shared GMP implementation for convenience.
Aliased Type§
struct Mldv2QRV(/* private fields */);
Implementations
Source§impl QRV
impl QRV
Sourcepub fn new(robustness_value: u8) -> Self
pub fn new(robustness_value: u8) -> Self
Returns the Querier’s Robustness Variable.
From RFC 3376 section 4.1.6: If the querier’s [Robustness Variable] exceeds 7, the maximum value of the QRV field, the QRV is set to zero.
From RFC 3810 section 5.1.8: If the Querier’s [Robustness Variable] exceeds 7 (the maximum value of the QRV field), the QRV field is set to zero.