forked from ARMmbed/mbed-client
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmbed_lib.json
More file actions
24 lines (24 loc) · 784 Bytes
/
mbed_lib.json
File metadata and controls
24 lines (24 loc) · 784 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "mbed-client",
"config": {
"event-loop-size": 1024,
"reconnection-count": 3,
"reconnection-interval": 5,
"tcp-keepalive-time": 300,
"disable-bootstrap-feature": null,
"coap-disable-obs-feature":null,
"reconnection-loop": 1,
"sn-coap-max-blockwise-payload-size" : 0,
"sn-coap-duplication-max-msgs-count": null,
"sn-coap-max-incoming-message-size": null,
"sn-coap-resending-queue-size-msgs": null,
"sn-coap-resending-queue-size-bytes": null,
"disable-interface-description": null,
"disable-resource-type": null,
"disable-delayed-response": null,
"disable-block-message": null
},
"macros" : [
"MBED_CLIENT_C_NEW_API"
]
}