Function
Set an interval for renegotiating the SSL shared encryption key.
tibems_status
tibemsSSLParams_SetRenegotiateInterval(tibemsSSLParams
SSLParams
,tibems_long
milliseconds );
CALL "tibemsSSLParams_SetRenegotiateInterval"
USING BY VALUE SSLParams
,
BY VALUE milliseconds,
RETURNING tibems-status
END-CALL.
The client program renegotiates the key it shares with the server at this interval.
![]() |
Renegotiating a key can adversely affect overall performance. If you set renegotiation parameters, ensure that renegotiation occurs only when truly required.
|
TIBCO Enterprise Message Service™ C and COBOL Reference System Release 4.3, February 2006 Copyright © TIBCO Software Inc. All rights reserved www.tibco.com |