62 UDPTransmit::Error rtn;
67 rtn = UDPTransmit::connect(ia, port);
70 rtn = UDPReceive::connect(ia, port + 1);
76 return UDPTransmit::errSuccess;
Declaration of ccRTP internal stuff.
RTPDuplex(const InetAddress &bind, tpport_t local, tpport_t remote)
void enableStack()
Enable packet queue processing in the stack.
UDPTransmit::Error connect(const InetHostAddress &host, tpport_t port=0)
A packet queue handler for building different kinds of RTP protocol systems.