Skip to content

Commit e517183

Browse files
author
spikelin
committed
update document and delete garbled
1 parent 4f3306c commit e517183

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

docs/C-SDK_API及可变参数说明.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66

77
C-SDK 的使用可以根据具体场景需求,配置相应的参数,满足实际业务的运行。可变接入参数包括:
88
1. MQTT 阻塞调用(包括连接, 订阅, 发布等)的超时时间, 单位: 毫秒。 建议 5000 毫秒
9-
2. MQTT 协议发送消息和接受消息的 buffer 大小默认是 2048 字节,最大支持 256 KB
10-
3. COAP 协议发送消息和接受消息的 buffer 大小默认是 512 字节,最大支持 64 KB
9+
2. MQTT 协议发送消息和接受消息的 buffer 大小默认是 2048 字节,目前云端一条MQTT消息最大长度为 16 KB
10+
3. COAP 协议发送消息和接受消息的 buffer 大小默认是 512 字节,目前云端一条COAP消息最大长度为 1 KB
1111
4. MQTT 心跳消息发送周期, 最大值为690秒,单位: 毫秒
1212
5. 重连最大等待时间,单位:毫秒。设备断线重连时,若失败则等待时间会翻倍,当超过该最大等待时间则退出重连
1313

sdk_src/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# �������ã�������Ҫ�����Դ�ļ�
21

32
# UTILS
43
file(GLOB src_utils ${CMAKE_CURRENT_SOURCE_DIR}/utils/*.c)
@@ -99,7 +98,7 @@ if(${FEATURE_SYSTEM_COMM_ENABLED} STREQUAL "ON")
9998
list(APPEND src_sdk ${src_system})
10099
endif()
101100

102-
# ���ɿ⣬��ȡԴ��
101+
103102
if(${EXTRACT_SRC} STREQUAL "ON")
104103
file(COPY ${src_sdk} DESTINATION ${PROJECT_SOURCE_DIR}/output/qcloud_iot_c_sdk/sdk_src/)
105104
endif()

0 commit comments

Comments
 (0)