Bayonne2 / Common C++ 2 Framework
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Data Structures | Typedefs | Functions
channel.h File Reference

Definition of socket classes for different underlying transport and/or network protocols that can be used to instantiate the TRTPSessionBase template. More...

#include <ccrtp/base.h>
#include <sys/ioctl.h>
Include dependency graph for channel.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  RTPBaseUDPIPv4Socket
 A UDP/IPv4 socket class targetted at RTP stacks. More...
 
class  DualRTPChannel< BaseSocket >
 

Typedefs

typedef DualRTPChannel
< RTPBaseUDPIPv4Socket
DualRTPUDPIPv4Channel
 
typedef RTPBaseUDPIPv4Socket SingleRTPChannel
 May be used in applications where using the same socket for both sending and receiving is not a limitation. More...
 
typedef SingleRTPChannel SymmetricRTPChannel
 Actually, RTP with a single channel can be called 'Symmetric RTP'. More...
 

Functions

size_t ccioctl (SOCKET so, int request, size_t &len)
 

Detailed Description

Definition of socket classes for different underlying transport and/or network protocols that can be used to instantiate the TRTPSessionBase template.

Definition in file channel.h.

Function Documentation

size_t ccioctl ( SOCKET  so,
int  request,
size_t &  len 
)
inline

Definition at line 45 of file channel.h.