Re: Using ccRTP for RTCP packets processing

"Federico Montesino Pouzols" <[email protected]> Sun, 1 Jul 2007 20:01:40 +0200 (CEST)
Newsgroups gmane.comp.gnu.ccrtp.devel
Message-ID <[email protected]>
Hi,

On Thu, June 7, 2007 11:03 pm, Nishma Shah wrote:
> Hi,
> I have a few questions before I can use the library for a project and it
> would be great if someone could help me out with these -
> 1. What is the length of the IncomingQueue which receives the packets.

It is unlimited in principle. In practice, old packet will be expired and
removed after the expiration timeout.

> 2. How do I read more about the multi-threading model?

This is explained in the manual.

> 3. Are the getData calls blocking?
>

No. If there is no packet with the specified timestamp in the incoming
queue, you will get a null pointer.


> Thanks and Regards,
> Nishma
> _______________________________________________
> Ccrtp-devel mailing list
> [email protected]
> http://lists.gnu.org/mailman/listinfo/ccrtp-devel
>