zephyr/subsys/net/lib
Robert Lubos c563736bd3 net: coap: Randomize initial ACK timeout
Add Kconfig option to randomize the initial ACK timeout, as specified in
RFC 7252. The option is enabled by default.

Additionally, finetune the default value of COAP_INIT_ACK_TIMEOUT_MS
option, to match the default ACK_TIMEOUT value specified by the RFC
7252. The RFC does not specify the minimum/maximum value of the
ACK_TIMEOUT parameter, but only suggests it should be no lower than 1
second, so adjust the option range to reflect this.

Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
2021-01-18 23:22:37 -05:00
..
coap net: coap: Randomize initial ACK timeout 2021-01-18 23:22:37 -05:00
config net: config: Fix improper condition in net_config_init 2020-10-22 12:33:12 +03:00
conn_mgr net: Adjust the thread priorities 2020-11-20 12:57:29 +02:00
dns net: dns: review use of k_work APIs 2021-01-04 10:01:47 +02:00
http net: lib: http: chunked encoding body support 2020-10-12 13:58:19 +03:00
lwm2m net: coap: Rework pending retransmission logic 2021-01-18 23:22:37 -05:00
mqtt net: mqtt: Return -1 if keepalive messages are disabled. 2020-12-08 14:08:36 -05:00
openthread net: openthread: Set a name for radio workqueue 2021-01-13 11:29:30 +02:00
sntp net: sntp: Remove deprecated API function 2020-10-01 07:14:08 -05:00
sockets net: resolve literal IP addresses even when DNS is disabled 2020-12-22 15:44:00 +02:00
socks cmake: remove _if_kconfig() functions 2020-08-01 12:35:20 +02:00
tftp zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
tls_credentials device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
utils
websocket tests/websocket: improve portability 2021-01-15 13:06:33 -05:00
CMakeLists.txt net: openthread: Align Kconfig with cmake symbols 2020-08-18 15:57:14 +03:00
Kconfig net: tftp: Adding support for TFTP Client. 2020-04-30 14:19:46 +03:00