Opened 10 years ago
Closed 10 years ago
#1802 closed enhancement (fixed)
Configurable randomized value range for auto re-registration interval
Reported by: | nanang | Owned by: | bennylp |
---|---|---|---|
Priority: | normal | Milestone: | release-2.4 |
Component: | pjsua-lib | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: | no |
Description
Currently, auto re-registration (e.g: after transport disconnection) interval is configurable via reg_retry_interval/reg_first_retry_interval in the account config, and to avoid all clients re-registering at the same time, the interval will be randomized by +/- ten seconds. Note that the ten seconds random range is hardcoded. While for some cases, application may want the auto re-registration to be done immediately (no such randomized delay). Or even perhaps thinks that ten seconds random range is too tight/loose. This ticket will make the randomized range configurable.
Thanks Johan Lantz for the feedback.
Change History (1)
comment:1 Changed 10 years ago by nanang
- Resolution set to fixed
- Status changed from new to closed
In 4957: