MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches
TCPBackend.hpp File Reference
#include "NetworkBackend.hpp"
#include <asio/io_context.hpp>
#include <asio/ip/tcp.hpp>
#include <asio/steady_timer.hpp>
+ Include dependency graph for TCPBackend.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  MayaFlux::Core::TCPBackend::ConnectionState
 State for a connected TCP peer (inbound or outbound) More...
 
struct  MayaFlux::Core::TCPBackend::ListenerState
 State for a listening acceptor. More...
 
class  MayaFlux::Core::TCPBackend
 Connection-oriented reliable stream transport over TCP via standalone Asio. More...
 

Namespaces

namespace  MayaFlux
 Main namespace for the Maya Flux audio engine.
 
namespace  MayaFlux::Core