Fixed ssl context parameter name for tls listeners.

git-svn-id: http://voip.null.ro/svn/yate@4524 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
marian 2011-07-26 12:49:00 +00:00
parent 2e3c53bb1e
commit 54128520bf
1 changed files with 2 additions and 2 deletions

View File

@ -324,9 +324,9 @@
; Defaults to 5 if missing or invalid
;backlog=5
; context: string: SSL context if this is an encrypted connection
; sslcontext: string: SSL context if this is an encrypted connection
; Ignored for non TLS listeners, required for TLS listeners
;context=
;sslcontext=
; thread: keyword: Listener thread priority
; Can be one of: lowest, low, normal, high, highest