Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
en:bs2_setkeepalivetimeout [2018/07/17 10:21]
yjjung [BS2_SetKeepAliveTimeout]
en:bs2_setkeepalivetimeout [2018/07/17 10:23]
yjjung [Parameter]
Line 5: Line 5:
  
 ===== BS2_SetKeepAliveTimeout===== ===== BS2_SetKeepAliveTimeout=====
-Sets the keep-alive timeout. Default value is 30 seconds+Sets the keep-alive timeout.
 ==== Declaration ==== ==== Declaration ====
 <code cpp> <code cpp>
Line 14: Line 14:
 ==== Parameter ==== ==== Parameter ====
   * [In] ''//​context//''​ : Context   * [In] ''//​context//''​ : Context
-  * [In] ''//​ms//''​ : Keep-alive timeout (microsecond)+  * [In] ''//​ms//''​ : Keep-alive timeout (microsecond) ​Default value is 30,​000,​000. ​
 ==== Return Value ==== ==== Return Value ====
 If successfully done, ''​BS_SDK_SUCCESS''​ will be returned. \\ If successfully done, ''​BS_SDK_SUCCESS''​ will be returned. \\
 If there is an error, the corresponding error code will be returned. If there is an error, the corresponding error code will be returned.