We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4789325 commit 7d3b578Copy full SHA for 7d3b578
include/zephyr/net/socket_ncs.h
@@ -49,10 +49,6 @@ extern "C" {
49
*/
50
#define TLS_DTLS_HANDSHAKE_STATUS 21
51
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
-
56
/* Valid values for TLS_DTLS_HANDSHAKE_TIMEO option */
57
#define TLS_DTLS_HANDSHAKE_TIMEO_NONE 0 /**< No timeout */
58
#define TLS_DTLS_HANDSHAKE_TIMEO_1S 1 /**< 1 second */
0 commit comments