Skip to content

Commit

Permalink
remove announce_propagate for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Folkert committed Aug 17, 2023
1 parent dc6a36f commit 0990268
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions statime/src/datastructures/common/tlv.rs
Original file line number Diff line number Diff line change
Expand Up @@ -139,10 +139,4 @@ impl TlvType {
0x8009 => Self::Authentication,
}
}

// True if this message should be propagated by a boundary clock if it is
// attached to an announce message
pub fn announce_propagate(self) -> bool {
matches!(self.to_primitive(), 0x0008 | 0x0009 | 0x4000..=0x7fff)
}
}

0 comments on commit 0990268

Please sign in to comment.