23#include <boost/asio.hpp>
24#include <boost/unordered_set.hpp>
Flow module containing the API and implementation of the Flow network protocol, a TCP-inspired stream...
uint16_t flow_port_t
Logical Flow port type (analogous to a UDP/TCP port in spirit but in no way relevant to UDP/TCP).
boost::asio::ip::udp::endpoint Udp_endpoint
Short-hand for the UDP endpoint (IP/port) type.
Represents the remote endpoint of a Flow-protocol connection; identifies the UDP endpoint of the remo...
size_t hash() const
Hash value of this Remote_endpoint for unordered_*<>.
util::Udp_endpoint m_udp_endpoint
UDP address (IP address/UDP port) where the Node identified by this endpoint bound its low-level UDP ...
flow_port_t m_flow_port
The logical Flow port within the Node for the particular connection identified by this endpoint.