Opened 13 years ago
Closed 13 years ago
#1422 closed enhancement (fixed)
Option to configure or disable RTCP RTT normalization (thanks Lars Helgeson for the patch)
Reported by: | bennylp | Owned by: | nanang |
---|---|---|---|
Priority: | normal | Milestone: | release-1.14 |
Component: | pjmedia | Version: | common |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description
The RTCP RTT calculation algorithm attempts to normalize "unusual" RTT variation, by setting the RTT to three times the current average RTT if the value is larger than this.
This ticket makes this behavior configurable by introducing PJMEDIA_RTCP_NORMALIZE FACTOR, which defaults to 3 and can be disabled by setting it to 0.
Change History (1)
comment:1 Changed 13 years ago by bennylp
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
(In [3907]) Fixed #1422: Option to configure or disable RTCP RTT normalization (thanks Lars Helgeson for the patch)