Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
en:bs2_setkeepalivetimeout [2018/07/17 10:21] yjjung [BS2_SetKeepAliveTimeout] |
en:bs2_setkeepalivetimeout [2024/09/24 17:40] (current) ghshin [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 (ms) |
| + | |||
| + | <WRAP indent> | ||
| + | <WRAP info 70%> | ||
| + | **NOTE**\\ | ||
| + | The default timeout is 30,000(30sec) | ||
| + | </WRAP> | ||
| + | </WRAP> | ||
| ==== 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. | ||