Skip to content

Commit 7e636d0

Browse files
committed
doc: net: rest_client: Remove deleted timeout configs
CONFIG_REST_CLIENT_SCKT_SEND_TIMEOUT and CONFIG_REST_CLIENT_SCKT_RECV_TIMEOUT configs were removed in favour of CONFIG_REST_CLIENT_REQUEST_TIMEOUT. Also update the nrf_provisioning API docs, according to current code, NRF_PROVISIONING_HTTP_TIMEOUT_MS should be referenced instead. Signed-off-by: Robert Lubos <[email protected]>
1 parent 733382a commit 7e636d0

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

doc/nrf/libraries/networking/rest_client.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ To use the REST client library, enable the :kconfig:option:`CONFIG_REST_CLIENT`
2626
You can configure the following options to adjust the behavior of the library:
2727

2828
* :kconfig:option:`CONFIG_REST_CLIENT_REQUEST_TIMEOUT`
29-
* :kconfig:option:`CONFIG_REST_CLIENT_SCKT_SEND_TIMEOUT`
30-
* :kconfig:option:`CONFIG_REST_CLIENT_SCKT_RECV_TIMEOUT`
3129
* :kconfig:option:`CONFIG_REST_CLIENT_SCKT_TLS_SESSION_CACHE_IN_USE`
3230

3331
Limitations

subsys/net/lib/nrf_provisioning/include/nrf_provisioning_http.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ struct nrf_provisioning_http_context {
6161
* Minimum timeout value specified by NRF_PROVISIONING_TIMEOUT_MINIMUM.
6262
* For no timeout, set to NRF_PROVISIONING_TIMEOUT_NONE.
6363
* @note This parameter is currently not used; set
64-
* CONFIG_REST_CLIENT_SCKT_RECV_TIMEOUT instead.
64+
* CONFIG_NRF_PROVISIONING_HTTP_TIMEOUT_MS instead.
6565
*/
6666
int32_t timeout_ms;
6767
/** User allocated buffer for receiving API response, which

0 commit comments

Comments
 (0)