search for: defic

Displaying 7 results from an estimated 7 matches for "defic".

Did you mean: defi
2003 Jul 18
10
[HTB] htb_dequeue_tree assertion (kernel 2.4.21-ac4)
...->data; struct htb_class *cl,*start; /* look initial class up in the row */ start = cl = htb_lookup_leaf (q->row[level]+prio,prio,q->ptr[level]+prio); do { BUG_TRAP(cl && cl->un.leaf.q->q.qlen); if (!cl) return NULL; HTB_DBG(4,1,"htb_deq_tr prio=%d lev=%d cl=%X defic=%d\n", prio,level,cl->classid,cl->un.leaf.deficit[level]); if (likely((skb = cl->un.leaf.q->dequeue(cl->un.leaf.q)) != NULL)) break; if (!cl->warned) { _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a...
2005 Jan 07
0
x100p to X-lite works but x-lite to x-lite not (can not transmit audio)
...registry patch (Windows 2K) 2. Work only with the alaw codec 3. Disable silence suppresion. but i still get: RFC3389 support incomplete. Turn off on client if possible RFC3389: 5 bytes, level 0... RFC3389: 5 bytes, level 0... The above message also is showing when the call is comming from a zap defice and the application Dial (Zap, SIP/313) is executed (without the RFC3389: 5 bytes, level 0...) but it works this way. I run asterisk from the command line as user asterisk like this: asterisk -vvvvvgcd This is my sip.conf: [general] port = 5060 ; Port to bind to (SIP is 5060) binda...
2006 Feb 09
3
Draggables and Droppable performance (tips)
....net/~kendrasg/info/js_opt/ ) function duffFasterLoop8(iterations) { // Original JS Implementation by Jeff Greenberg 2/2001 // http://home.earthlink.net/~kendrasg/info/js_opt/ // (fast duff''s device) from an anonymous donor to Jeff Greenberg''s site // (faster duff''s defice) by Andrew King 8/2002 for WebSiteOptimization.com // bug fix (for iterations<8) by Andrew B. King April 12, 2003 var testVal=0; var n = iterations % 8; if (n>0) { do { testVal++; } while (--n); // n must be greater than 0 her...
2008 Nov 08
2
What's an Enterprise class OS
Hi all, One of the concepts we see arise on the forums time and time again that's poorly understood is the concept of an Enterprise Class OS and everything that involves. I think it would be of benefit to have a one stop page to point users to that explains the concepts and provides the information required. Much of this content already exists on the Wiki but it is scattered over many
2009 Jul 15
2
storing lm() results and other objects in a list
...2.ao <- detectAO(arma2.fit) arma3.ao <- detectAO(arma3.fit) arma4.ao <- detectAO(arma4.fit) arma5.ao <- detectAO(arma5.fit) #What do I do with an innovative outlier? Transfer function or what? #auto.arima doesn't handle the IO=c(...) stuff.... Umm... #transfer functions, etc. are a deficency in the script at this point.... #linearModel[x]arma.io? arma1.io <- detectIO(arma1.fit) arma2.io <- detectIO(arma2.fit) arma3.io <- detectIO(arma3.fit) arma4.io <- detectIO(arma4.fit) arma5.io <- detectIO(arma5.fit) #Sample on how to auto-grab regressors from DetectAO and Detec...
2009 Dec 03
0
Problem with predict() and factors
...from the model not the original data. # is it better to handle AOs from the original data? arima_AO[[i]] <- detectAO(arima_Fit[[i]]) #What do I do with an innovative outlier? Transfer function or what? #auto.arima doesn't handle the IO=c(...) stuff.... Umm... #transfer functions, etc. are a deficency in the script at this point.... arima_IO[[i]] <- detectIO(arima_Fit[[i]]) #Get the pdq,PDQs into a variable so we can re-feed it if neccessary arima_Fit[[i]]$order =c(arima_Fit[[i]]$arma[1],arima_Fit[[i]]$arma[2],arima_Fit[[i]]$arma[6]) arima_Fit[[i]]$seasonal =c(arima_Fit[[i]]$arma[3],arim...
2006 Aug 02
10
[PATCH 0/6] htb: cleanup
The HTB scheduler code is a mess, this patch set does some basic house cleaning. The first four should cause no code change, but the last two need more testing. -- Stephen Hemminger <shemminger@osdl.org> "And in the Packet there writ down that doome" - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to