Fixed ssl context parameter name for tls listeners.

git-svn-id: http://yate.null.ro/svn/yate/trunk@4524 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
marian 2011-07-26 12:49:00 +00:00
parent 3e40ef43a6
commit d0d092e6ec
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