#include <join/datagram_socket.hpp>
#include <join/stream_socket.hpp>
#include <join/tls_protocol.hpp>
#include <join/tls_context.hpp>
#include <join/tls_error.hpp>
#include <join/error.hpp>
#include <algorithm>
#include <iostream>
#include <utility>
#include <chrono>
#include <string>
#include <fnmatch.h>
#include <cassert>
Go to the source code of this file.
|
| template<class Protocol > |
| bool | join::operator< (const BasicTls< Protocol > &a, const BasicTls< Protocol > &b) noexcept |
| | compare two TLS decorators based on their underlying socket handle.
|
| |