MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches
MayaFlux::Portal::Network::StreamEndpoint Struct Reference

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).
 

Detailed Description

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.


The documentation for this struct was generated from the following file: