Network System 0.1.1
High-performance modular networking library for scalable client-server applications
Loading...
Searching...
No Matches
kcenon::network::policy::no_tls Struct Reference

Policy type indicating no TLS/SSL encryption. More...

#include <tls_policy.h>

Collaboration diagram for kcenon::network::policy::no_tls:
Collaboration graph

Static Public Attributes

static constexpr bool enabled = false
 

Detailed Description

Policy type indicating no TLS/SSL encryption.

This policy is used as a template parameter to indicate that plain-text communication should be used without encryption.

Usage

messaging_client<tcp_protocol, no_tls> plain_client;

Definition at line 39 of file tls_policy.h.

Member Data Documentation

◆ enabled

bool kcenon::network::policy::no_tls::enabled = false
staticconstexpr

Definition at line 40 of file tls_policy.h.

Referenced by main().


The documentation for this struct was generated from the following file: