|
join 1.0
lightweight network framework library
|
#include <join/protocol.hpp>

Go to the source code of this file.
Classes | |
| class | join::Tls |
| TLS protocol class (TLS over TCP). More... | |
| class | join::Dtls |
| DTLS protocol class (DTLS over UDP). More... | |
Namespaces | |
| namespace | join |
Functions | |
| constexpr bool | join::operator== (const Tls &a, const Tls &b) noexcept |
| check if equals. | |
| constexpr bool | join::operator!= (const Tls &a, const Tls &b) noexcept |
| check if not equals. | |
| constexpr bool | join::operator== (const Dtls &a, const Dtls &b) noexcept |
| check if equals. | |
| constexpr bool | join::operator!= (const Dtls &a, const Dtls &b) noexcept |
| check if not equals. | |