Skip to content

Commit 332b85b

Browse files
committed
[nrf noup] include: net: socket_ncs: remove leftover
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]>
1 parent 5605c8c commit 332b85b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

include/zephyr/net/socket_ncs.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,6 @@ extern "C" {
4949
*/
5050
#define TLS_DTLS_HANDSHAKE_STATUS 21
5151

52-
/* Valid values for TLS_SESSION_CACHE option */
53-
#define TLS_SESSION_CACHE_DISABLED 0 /**< Disable TLS session caching. */
54-
#define TLS_SESSION_CACHE_ENABLED 1 /**< Enable TLS session caching. */
55-
5652
/* Valid values for TLS_DTLS_HANDSHAKE_TIMEO option */
5753
#define TLS_DTLS_HANDSHAKE_TIMEO_NONE 0 /**< No timeout */
5854
#define TLS_DTLS_HANDSHAKE_TIMEO_1S 1 /**< 1 second */

0 commit comments

Comments
 (0)