Skip to main content

tls_session

Macro tls_session 

Source
macro_rules! tls_session {
    () => { ... };
}
Expand description

Create a crate::net_tls::Session that works in both heap and zero-heap modes. In zero-heap mode the session draws its mbedTLS state from a file-scope static and the per-protocol static buffer (CONFIG_OVE_NET_TLS_HEAP_SIZE).