Hi, On Thu, Jan 15, 2009 at 8:59 AM, Luca Abeni <lucabe72 at email.it> wrote: > Ok, I checked rdt.c, and the relevant line seems to be: > flags = (flags & PKT_FLAG_KEY) ? 2 : 0; > so, why not using an "RTP_FLAG_KEY" (equal to 2) instead of PKT_FLAG_KEY > (changing it to 2 before using the flags variable)? Sounds good to me! Ronald