|
join 1.0
lightweight network framework library
|
#include <join/protocol.hpp>#include <join/endpoint.hpp>#include <join/utils.hpp>#include <join/error.hpp>#include <algorithm>#include <chrono>#include <memory>#include <string>#include <linux/icmp.h>#include <fcntl.h>#include <poll.h>

Go to the source code of this file.
Classes | |
| class | join::BasicSocket< Protocol > |
| basic socket class. More... | |
Namespaces | |
| namespace | join |
Functions | |
| template<class Protocol > | |
| bool | join::operator< (const BasicSocket< Protocol > &a, const BasicSocket< Protocol > &b) noexcept |
| compare if handle is inferior. | |