TSDuck v3.41-4255
MPEG Transport Stream Toolkit
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages Concepts
tsIPSocketAddress.h File Reference

Generic socket address class (IPv4 or IPv6 address & port). More...

Classes

class  ts::IPSocketAddress
 Generic socket address class (IPv4 or IPv6 address & port). More...
 

Namespaces

namespace  ts
 TSDuck namespace, containing all TSDuck classes and functions.
 

Typedefs

using ts::IPSocketAddressSet = std::set< IPSocketAddress >
 Set of socket addresses.
 
using ts::IPSocketAddressVector = std::vector< IPSocketAddress >
 Vector of socket addresses.
 

Detailed Description

Generic socket address class (IPv4 or IPv6 address & port).