All of lore.kernel.org
 help / color / mirror / Atom feed
* [LARTC] txqueuelen in ifconfig and tc
@ 2002-09-22  8:16 Jonas Lindqvist
  2002-09-22 15:49 ` Werner Almesberger
  0 siblings, 1 reply; 2+ messages in thread
From: Jonas Lindqvist @ 2002-09-22  8:16 UTC (permalink / raw)
  To: lartc

[-- Attachment #1: Type: text/plain, Size: 669 bytes --]

Hi there,

when reading "man ifconfig" it says the following:
" txqueuelen length
Set the length of the transmit queue of the device. It is useful to set this to small values  for slower  devices  with a high latency (modem links, ISDN) to prevent fast bulk transfers from dis­turbing interactive traffic like telnet too much."

This seems to normally be 100 (packets i guess?)

Is this queue affected by tc or is it after all shaping?

I wonder this because im doing the Wondershaper ACK-priority thing, but people with a small windowsize is still affected very much by not recieving their ACK fast enough on my system.

Any ideas anyone?

Regards
Jonas

[-- Attachment #2: Type: text/html, Size: 1645 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [LARTC] txqueuelen in ifconfig and tc
  2002-09-22  8:16 [LARTC] txqueuelen in ifconfig and tc Jonas Lindqvist
@ 2002-09-22 15:49 ` Werner Almesberger
  0 siblings, 0 replies; 2+ messages in thread
From: Werner Almesberger @ 2002-09-22 15:49 UTC (permalink / raw)
  To: lartc

Jonas Lindqvist wrote:
> Is this queue affected by tc or is it after all shaping?

tx_queue_len provides default values for the queue size in
all FIFO qdiscs, and an in unconfigured GRED (which acts
just as a pfifo)),

In HTB, it sets the limit of the queue of class qdisc:0,
so it affects traffic that doesn't get shaped.

In any case, any additional queuing after traffic control
is at the discretion of the network interface driver, and
not affected by tx_queue_len.

- Werner

-- 
  _________________________________________________________________________
 / Werner Almesberger, Buenos Aires, Argentina         wa@almesberger.net /
/_http://www.almesberger.net/____________________________________________/
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-09-22 15:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-09-22  8:16 [LARTC] txqueuelen in ifconfig and tc Jonas Lindqvist
2002-09-22 15:49 ` Werner Almesberger

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.