Displaying 2 results from an estimated 2 matches for "new_frames".
2013 Jun 20
1
Asterisk Queue Frame
What happens when we increase the queue frame size in channels.c
if ((queued_frames + new_frames > 128 || queued_voice_frames +
new_voice_frames > 96)) {
Be default it is 128 and 96 if i increase it to 256 and 192 what will
happen? will it impact to default behavior?
Regards,
Gopal.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium...
2007 Sep 19
2
function on factors - how best to proceed
Sorry about this one being long, and I apologise beforehand if there
is something obvious here that I have missed. I am new to creating my
own functions in R, and I am uncertain of how they work.
I have a data set that I have read into a data frame:
> gctable[1:5,]
refseq geometry X60_origin X60_terminus length kingdom
1 NC_009484 cir 1790000 773000 3389227 Bacteria
2