Flow 1.0.1
Flow project: Full implementation reference.
|
#include "flow/net_flow/net_flow_fwd.hpp"
#include "flow/net_flow/options.hpp"
#include <boost/utility.hpp>
#include <boost/array.hpp>
#include <map>
#include <iostream>
Go to the source code of this file.
Classes | |
struct | flow::net_flow::Peer_socket_receive_stats |
A data store that keeps stats about the incoming direction of a Peer_socket connection to another Flow-protocol Peer_socket. More... | |
class | flow::net_flow::Peer_socket_send_stats |
A data store that keeps stats about the outgoing direction of a Peer_socket connection to another Flow-protocol Peer_socket. More... | |
struct | flow::net_flow::Peer_socket_info |
A data store that keeps stats about the a Peer_socket connection. 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. | |