|
MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
|
Describes the remote (or local) side of a network stream. More...
#include <NetworkUtils.hpp>
Collaboration diagram for MayaFlux::Portal::Network::StreamEndpoint:Public Attributes | |
| std::string | address |
| Remote address. Empty = listen only. | |
| uint16_t | local_port { 0 } |
| Explicit local bind port. 0 = OS-assigned. | |
| uint16_t | port { 0 } |
| Remote port (send) or local port (receive). | |
Describes the remote (or local) side of a network stream.
Analogous to Core::EndpointInfo but expressed in Portal vocabulary. NetworkFoundry translates this to Core::EndpointInfo when opening the underlying transport endpoint.
Definition at line 97 of file NetworkUtils.hpp.