similar to: Question about htb class

Displaying 20 results from an estimated 300 matches similar to: "Question about htb class"

2004 Jun 18
21
patch: HTB update for ADSL users
OK, here it is. Near perfect bandwidth calculation for ADSL users. Patch iproute2 with the HTB stuff and then this: It''s still a hack (as far as I can tell) because we are patching the rates tables, and hence I think it is only loosly coupled with the actual calculation of bytes in each bucket. However, it works very nicely for me! I have only been lightly testing with
2006 Mar 02
33
Patch to allow for the ATM "cell tax"
I have been trying to optimise my ADSL connections for VOIP. Funny things were happening - for example increasing the ping packet size by 50% had no effect, but then adding one byte had a major effect. It took me a while to figure out that I was seeing the effects of the fixed ATM cell size. This is probably obvious to some of you. For the rest: ADSL uses ATM as its transport. An ATM
2004 Jun 28
2
converging the flow
Hi everyone, I had a question about linux qos using the tc command. I''m sorry if I''m mailing to the wrong list. I''d appreciate any redirection to the right one. What I want to do is to converge several flows. Is this possible with Linux ?I only found examples that fan out, like the tree structure. And was wondering if it''s possible to converge it.
2006 Jun 15
0
[PATCH 2/2] Runtime configuration of HTB''s HYSTERESIS option (userspace)
The HTB qdisc has a compile time option, HTB_HYSTERESIS, that trades accuracy of traffic classification for CPU time. These patches change hysteresis to be a runtime option under the control of "tc". The effects of HYSTERESIS on HTB''s accuracy are significant (see chapter 7, section 7.3.1, pp 69-70 in Jesper Brouer''s thesis: http://www.adsl-optimizer.dk/thesis/ ),
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
2005 Jun 14
8
ADSL Calculator
Hi, I''ve written a small javascript ADSL throughput calculator: http://nukunuku.yamamaya.is-a-geek.org/~ranma/adsl.html Feel free to submit alternative presets (I currently have presets for three german telecom speed variants: T-DSL (1000|2000|3000), derived from http://www2.lancom.de/kb.nsf/5d445c701b3ff52dc1256e7700297e5c/27c6ee1c3e3f74b0c1256e94004a433e?OpenDocument). Comments,
2007 Jul 25
3
Patch accurate packet scheduling for ATM/ADSL
Hi, I use the patch (http://ace-host.stuart.id.au/russell/files/tc/tc-atm/) for accurate the packet scheduling on ATM/ADSL link and i think I''ve found a bug. I tried to write to the author but he didn''t answer me. I work on a Linux 2.6.17 with the iproute2-2.6.18-061002 package. I change the type of the cell_align char to short of the struct tc_ratespec in the file pkt_sched.h
2008 Aug 22
2
Digital speech within 100 Hz bandwidth
HA! Just when I was getting ready to drop myself from this list, along comes a ham radio question! Shoving digital voice down a 100 Hz pipe would be mighty darned tough/impossible. N0YMV has a good suggestion. Try those WSJT modes. They use narrow bandwidth and are fun to play with. There are documented instances where moon-bounce QSOs have been completed with these modes. No, it's
2005 Nov 08
1
Hybrid Monte Carlo algorithm (MCMC)
Hi all, I'm trying to estimate a nested model (purchase decision, cloglog formula, & quantity bought given a purchase, truncated Poisson). Some of the parameters are mixed (6) and 4 are fixed for all the respondent. The simulated ML (500 simulations) method forwards highly correlated estimates. After some research, Hybrid Monte Carlo seems to be a good alternative to estimate the model. I
2014 Sep 25
2
Campo Fecha y paquete openair
Estoy trabajando con el paquete openair y leyendo los datos desde un CSV. Entre los campos que estoy levantando existe uno con el formato dd/mm/YYYY hh:mm por ejemplo: 19/02/2014 12:42 pm Cuando quiero consultar por fechas con las funciones del paquete openair datoscont10<-selectByDate(dato$actualizado, start="01/03/2014", end="09/09/2014") me lista el siguiente mensaje:
2008 Aug 12
3
Digital speech within 100 Hz bandwidth
Dear Sir, Could you please forward this e-mail to your engineering department. I am a ham radio person who wants to transmit from the Earth to the moon and back to the Earth by phone not by Morris code. This will be a very weak signal. I need an extra 13.8 dB of gain. Could you please help me distribute the attached paper to someone who could take this project into the next level? Please reply
2004 May 13
19
HTB MPU
Hi. I wrote in a reply to a mail on here recently that you can''t set mpu (minimum packet unit) on HTB as you can on CBQ. I''ve just noticed that there is a patch on devik''s site which does mpu and overhead. http://luxik.cdi.cz/~devik/qos/htb/ For dsl users mpu is, for practical purposes going to be 106 - overhead is still variable though, depending on packet size.
2018 Nov 11
1
The SSL certificate of repo.dovecot.org has expired.
Yes. Sorry about this.Sent from my Samsung Galaxy smartphone. -------- Original message --------From: Masaki Nemoto <itml at ma3ki.net> Date: 11/11/2018 10:00 (GMT+02:00) To: dovecot at dovecot.org Subject: The SSL certificate of repo.dovecot.org has expired. HiThe SSL certificate of https://repo.dovecot.org has expired.Do you have plans to update it? -------------- next part
2014 Sep 25
4
Campo Fecha y paquete openair
Eduardo, Me parece que el problema es el locale para TIME y la interpretación de %p, para no tener ese problema lo que tengo que hacer en mi caso es cambiar LC_TIME: > Sys.getlocale() [1] "LC_COLLATE=Spanish_Argentina.1252;LC_CTYPE=Spanish_Argentina.1252;LC_MONETARY=Spanish_Argentina.1252;LC_NUMERIC=C;LC_TIME=Spanish_Argentina.1252" > Sys.setlocale("LC_TIME",
2002 May 14
1
what''s the meaning of xchg()?
lartc-request,hello!    I find a line in tbf_change() in sch_tbf.c: ptab = xchg(&q->P_tab, ptab); Can I consider that the pointers are exchanged between q->P_tab and ptab? as following: prev=q->R_tab; q->R_tab = rtab; rtab = prev; Is my understanding righ? ======= 2002-03-23 12:01:00 you wrote:======= >Send LARTC mailing list
2014 Sep 25
4
Campo Fecha y paquete openair
Sorry, la función por el formato que tienen tus fechas debe de ser "dmy_hms()"... Saludos, Carlos Ortega www.qualityexcellence.es El 25 de septiembre de 2014, 18:14, Eduardo Bieñkowski <edukoski en gmail.com> escribió: > Si lo proceso con date<-ymd_hms(dato$actualizado) no me da error pero la > transformación no es la correcta > > > head(dato$actualizado) >
2016 Jan 30
2
fts_autoindex - index-worker problem
dovecot-2.2.21 ????? fts_autoindex - index-worker problem Hello List, I installed dovecot-2.2.21 on CentOS 6.7. I use ldap for userdb to separate an e-mail address and the user. Index to apache solr failed in fts_authindex when I received an email after setting. The error message is "indexer-worker: Error: User 0029 at 09.jp lookup failed: Unknown user" Is there any solution? This
2007 Mar 21
7
how can i compile tc
Hi, i''m just new here, i''m searching for how to compile tc (if i''ve understood correctly, i must compile the whole iproute2 thing). So i did like the read me file said: ------ 1. Look at start of Makefile and set correct values for: KERNEL_INCLUDE ----- i did that, and then i doesn''t understand a damn thing about the reste of the the 1st step about ADDLIB
2006 Mar 27
1
automatic callback when busy
I'm trying to set up the following application: When a SIP extensions calls another one which is busy, the caller would be able to ask for an automatic callback: when the callee becomes available again, asterisk would ring both the caller's and the callee's phones and connect them when both parties answer. Has anybody done this before? (I tried to search the archs but couldn't
2006 Aug 10
1
installing rimage
dear list while installing the package rimage, i get the error message checking jpeglib.h usability... no checking jpeglib.h presence... no checking for jpeglib.h... no configure: error: Sorry, can't find jpeglib header ERROR: configuration failed for package 'rimage' although i have installed jpeglib as required. does R not find this library? but why did it find the fftw library