Skip to content

Commit

Permalink
[nrf noup] include: net: socket_ncs: remove leftover
Browse files Browse the repository at this point in the history
nrf-squash! [nrf noup] include: net: add NCS extensions

Removes leftover socket options `TLS_SESSION_CACHE_DISABLED`
and `TLS_SESSION_CACHE_ENABLED`. These exist already
in `socket.h`.

Signed-off-by: Mirko Covizzi <[email protected]>
  • Loading branch information
MirkoCovizzi committed Feb 21, 2025
1 parent b91aa4f commit 113d04d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions include/zephyr/net/socket_ncs.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,6 @@ extern "C" {
*/
#define TLS_DTLS_HANDSHAKE_STATUS 21

/* Valid values for TLS_SESSION_CACHE option */
#define TLS_SESSION_CACHE_DISABLED 0 /**< Disable TLS session caching. */
#define TLS_SESSION_CACHE_ENABLED 1 /**< Enable TLS session caching. */

/* Valid values for TLS_DTLS_HANDSHAKE_TIMEO option */
#define TLS_DTLS_HANDSHAKE_TIMEO_NONE 0 /**< No timeout */
#define TLS_DTLS_HANDSHAKE_TIMEO_1S 1 /**< 1 second */
Expand Down

0 comments on commit 113d04d

Please sign in to comment.