TSDuck v3.38-3699
MPEG Transport Stream Toolkit
Loading...
Searching...
No Matches
tsTCPConnection.h File Reference

TCP connected socket, for data communication. More...

Classes

class  ts::TCPConnection
 Base class for a TCP/IP session. More...
 

Namespaces

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

Detailed Description

TCP connected socket, for data communication.

Can be used as TCP client (using connect() method). Can be used by TCP server to receive a client connection.