|
MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
|
| std::function<uint64_t(const Core::EndpointInfo& info)> MayaFlux::Registry::Service::NetworkService::open_endpoint |
Open a network endpoint on the appropriate backend.
| info | Endpoint configuration. transport field selects the backend. |
For UDP: non-blocking (bind is instant). For TCP with EndpointRole::RECEIVE (listener): non-blocking. For TCP with outbound connection: blocks until connected or timeout.
Definition at line 64 of file NetworkService.hpp.
Referenced by MayaFlux::Core::InputManager::setup_osc_bridge().