Documented stream redirect max parameter.

git-svn-id: http://yate.null.ro/svn/yate/trunk@5248 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
marian 2012-08-29 11:45:37 +00:00
parent 03fdd4de37
commit 4994228715
2 changed files with 24 additions and 0 deletions

View File

@ -43,6 +43,18 @@
; Minimum allowed value is 10000, maximum allowed value is 120000
;stream_srvtimeout=30000
; stream_redirectcount: integer: The number of successive stream redirect to handle for
; outgoing streams
; This parameter configures how the 'see-other-host' stream error is handled. If set to 0
; or current redirect counter has reached the maximum allowed value the stream will be
; terminated. The stream will be redirected to new host/ip otherwise
; NOTE: When a stream is authenticated its redirect counter is reset to 0
; This parameter is applied on reload for new streams only
; Defaults to 2 if missing or invalid
; Minimum allowed value is 0, maximum allowed value is 10
; A value outside min/max interval will be adjusted to nearest interval margin
;stream_redirectcount=2
; entitycaps: boolean: Enable entity capabilities cache.
; If enabled entity capabilities will be requested and cached each time a presence
; stanza is received

View File

@ -86,6 +86,18 @@
; Minimum allowed value is 600000 (10min), maximum allowed value is 21600000 (6h)
;stream_idletimeout=3600000
; stream_redirectcount: integer: The number of successive stream redirect to handle for
; outgoing streams
; This parameter configures how the 'see-other-host' stream error is handled. If set to 0
; or current redirect counter has reached the maximum allowed value the stream will be
; terminated. The stream will be redirected to new host/ip otherwise
; NOTE: When a stream is authenticated its redirect counter is reset to 0
; This parameter is applied on reload for new streams only
; Defaults to 0 if missing or invalid
; Minimum allowed value is 0, maximum allowed value is 10
; A value outside min/max interval will be adjusted to nearest interval margin
;stream_redirectcount=0
; entitycaps: boolean: Enable entity capabilities cache.
; If enabled entity capabilities will be requested and cached each time a presence
; stanza is received