join 1.0
lightweight network framework library
Loading...
Searching...
No Matches
socket.hpp File Reference
#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>
Include dependency graph for socket.hpp:
This graph shows which files directly or indirectly include this file:

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.