Hi, ccRTP sends packets through the method send of the template DualRTPChannel (file channel.h). That send method calls to the send method of the UDPSocket class from Common C++ which in turn calls to the send system call.
You could measure the time packets are given to the ouput queue through 'putData', and the time packets are sent through DualRTPChannel::send. Note however that time is not only processing time but an scheduling time is also added which depends on the timestamp values and the parameters of the queue scheduler. On Mon, May 09, 2005 at 07:37:37AM +0000, sasin janpungtong wrote: > please help me ..... > > I want to check about total time that ccRTP Lib use for genarate one packet > before send on a network.... How to ? > > > thanks for your time > sasin > _______________________________________________ Ccrtp-devel mailing list [email protected] http://lists.gnu.org/mailman/listinfo/ccrtp-devel
