Flow 1.0.1
Flow project: Full implementation reference.
|
#include "flow/net_flow/detail/net_flow_fwd.hpp"
#include "flow/log/log.hpp"
#include "flow/util/blob.hpp"
#include "flow/util/util.hpp"
#include <boost/asio.hpp>
#include <boost/shared_ptr.hpp>
#include <vector>
#include <deque>
#include <ostream>
Go to the source code of this file.
Classes | |
class | flow::net_flow::Socket_buffer |
Internal net_flow class that implements a socket buffer, as used by Peer_socket for Send and Receive buffers. More... | |
Namespaces | |
namespace | flow |
Catch-all namespace for the Flow project: A collection of various production-quality modules written in modern C++17, originally by ygoldfel. | |
namespace | flow::net_flow |
Flow module containing the API and implementation of the Flow network protocol, a TCP-inspired stream protocol that uses UDP as underlying transport. | |