Home
last modified time | relevance | path

Searched refs:probation (Results 1 – 1 of 1) sorted by relevance

/xiu/protocol/rtsp/src/rtp/rtcp/
H A Drtcp_context.rs39 probation: u32, /* sequ. packets till source is valid */ field
51 if self.probation > 0 { in update_sequence()
54 self.probation -= 1; in update_sequence()
56 if self.probation == 0 { in update_sequence()
62 self.probation = MIN_SEQUENTIAL - 1; in update_sequence()
133 probation: MIN_SEQUENTIAL, in new()