All of lore.kernel.org
 help / color / mirror / Atom feed
* [LARTC] Re: TOS useful???
@ 2001-03-24 21:23 bert hubert
  2001-03-25  3:57 ` Rogerio Brito
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: bert hubert @ 2001-03-24 21:23 UTC (permalink / raw)
  To: lartc

On Sat, Mar 24, 2001 at 01:30:46AM +0800, Rick Goh wrote:
> Will the manipulation of TOS affect throughput/delay/etc ?
> 
> I have tried to set TOS of packets going through a particular source port to have Maximum Throughput. But however, it doesn't seem to have any effect on the throughput.
> 
> Experiment:
> 3 TCP full streams from server into client:
> source port 42010 -> TOS set to Maximum throughput (0x01 0x08)
> source port 42011 -> normal
> source port 42012 -> normal
> 
> However, the throughput is identical for each of the stream.

I think only the 'minimum delay' feature is useful. Many routers (Linux
included) will then insert your packets in front of the queue. Note however
that it is very important that your UPSTREAM router supports this! Support
on your own gateway is not enough.

Regards,

bert

-- 
http://www.PowerDNS.com      Versatile DNS Services  
Trilab                       The Technology People   
'SYN! .. SYN|ACK! .. ACK!' - the mating call of the internet

_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://ds9a.nl/2.4Routing/

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

* Re: [LARTC] Re: TOS useful???
  2001-03-24 21:23 [LARTC] Re: TOS useful??? bert hubert
@ 2001-03-25  3:57 ` Rogerio Brito
  2001-03-25 20:06 ` bert hubert
                   ` (11 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: Rogerio Brito @ 2001-03-25  3:57 UTC (permalink / raw)
  To: lartc

On Mar 24 2001, bert hubert wrote:
> I think only the 'minimum delay' feature is useful. Many routers
> (Linux included) will then insert your packets in front of the
> queue.

	Ahh... Another possible reason for packets arriving out of
	order...


	[]s, Roger...

-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-  Rogerio Brito - rbrito@iname.com - http://www.ime.usp.br/~rbrito/
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://ds9a.nl/2.4Routing/

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

* Re: [LARTC] Re: TOS useful???
  2001-03-24 21:23 [LARTC] Re: TOS useful??? bert hubert
  2001-03-25  3:57 ` Rogerio Brito
@ 2001-03-25 20:06 ` bert hubert
  2001-03-26 11:47 ` Arthur van Leeuwen
                   ` (10 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: bert hubert @ 2001-03-25 20:06 UTC (permalink / raw)
  To: lartc

On Sun, Mar 25, 2001 at 12:57:20AM -0300, Rogerio Brito wrote:
> On Mar 24 2001, bert hubert wrote:
> > I think only the 'minimum delay' feature is useful. Many routers
> > (Linux included) will then insert your packets in front of the
> > queue.
> 
> 	Ahh... Another possible reason for packets arriving out of
> 	order...

No. All packets within a session have the same TOS flags. Linux has a stable
three-band priority queue. 

Regards,

bert

-- 
http://www.PowerDNS.com      Versatile DNS Services  
Trilab                       The Technology People   
'SYN! .. SYN|ACK! .. ACK!' - the mating call of the internet

_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://ds9a.nl/2.4Routing/

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

* Re: [LARTC] Re: TOS useful???
  2001-03-24 21:23 [LARTC] Re: TOS useful??? bert hubert
  2001-03-25  3:57 ` Rogerio Brito
  2001-03-25 20:06 ` bert hubert
@ 2001-03-26 11:47 ` Arthur van Leeuwen
  2001-03-26 11:59 ` bert hubert
                   ` (9 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: Arthur van Leeuwen @ 2001-03-26 11:47 UTC (permalink / raw)
  To: lartc

On Sun, 25 Mar 2001, bert hubert wrote:

> On Sun, Mar 25, 2001 at 12:57:20AM -0300, Rogerio Brito wrote:
> > On Mar 24 2001, bert hubert wrote:
> > > I think only the 'minimum delay' feature is useful. Many routers
> > > (Linux included) will then insert your packets in front of the
> > > queue.
> >
> > 	Ahh... Another possible reason for packets arriving out of
> > 	order...
>
> No. All packets within a session have the same TOS flags. Linux has a stable
> three-band priority queue.

Define session? One single TCP connection? If that is what you mean, then
you are dead wrong. OpenSSH for one sets the TOS flags for a TCP connection
*after* it has logged in successfully. This provided some weird behaviour in
interacting with multipath uplinks, as suddenly the (already set up)
connection got routed out a different interface.

Doei, Arthur.

-- 
  /\    / |      arthurvl@sci.kun.nl      | Work like you don't need the money
 /__\  /  | A friend is someone with whom | Love like you have never been hurt
/    \/__ | you can dare to be yourself   | Dance like there's nobody watching


_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://ds9a.nl/2.4Routing/

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

* Re: [LARTC] Re: TOS useful???
  2001-03-24 21:23 [LARTC] Re: TOS useful??? bert hubert
                   ` (2 preceding siblings ...)
  2001-03-26 11:47 ` Arthur van Leeuwen
@ 2001-03-26 11:59 ` bert hubert
  2001-03-26 12:07 ` Arthur van Leeuwen
                   ` (8 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: bert hubert @ 2001-03-26 11:59 UTC (permalink / raw)
  To: lartc

On Mon, Mar 26, 2001 at 01:47:25PM +0200, Arthur van Leeuwen wrote:

> Define session? One single TCP connection? If that is what you mean, then
> you are dead wrong. OpenSSH for one sets the TOS flags for a TCP connection
> *after* it has logged in successfully. This provided some weird behaviour in
> interacting with multipath uplinks, as suddenly the (already set up)
> connection got routed out a different interface.

But is this a problem?

-- 
http://www.PowerDNS.com      Versatile DNS Services  
Trilab                       The Technology People   
'SYN! .. SYN|ACK! .. ACK!' - the mating call of the internet

_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://ds9a.nl/2.4Routing/

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

* Re: [LARTC] Re: TOS useful???
  2001-03-24 21:23 [LARTC] Re: TOS useful??? bert hubert
                   ` (3 preceding siblings ...)
  2001-03-26 11:59 ` bert hubert
@ 2001-03-26 12:07 ` Arthur van Leeuwen
  2001-03-26 14:40 ` Gregory Maxwell
                   ` (7 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: Arthur van Leeuwen @ 2001-03-26 12:07 UTC (permalink / raw)
  To: lartc

On Mon, 26 Mar 2001, bert hubert wrote:

> On Mon, Mar 26, 2001 at 01:47:25PM +0200, Arthur van Leeuwen wrote:
>
> > Define session? One single TCP connection? If that is what you mean, then
> > you are dead wrong. OpenSSH for one sets the TOS flags for a TCP connection
> > *after* it has logged in successfully. This provided some weird behaviour in
> > interacting with multipath uplinks, as suddenly the (already set up)
> > connection got routed out a different interface.
>
> But is this a problem?

No, just like out-of-order transmission and receipt of IP packets isn't a
problem. You just have to be aware of it, and take measures accordingly. In
the case of multipath uplink routing it may become a problem if IP packets
are masqueraded on each uplink, to a *different* IP address, such as when
you have ADSL connectivity from 3 providers...

Doei, Arthur.

-- 
  /\    / |      arthurvl@sci.kun.nl      | Work like you don't need the money
 /__\  /  | A friend is someone with whom | Love like you have never been hurt
/    \/__ | you can dare to be yourself   | Dance like there's nobody watching


_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://ds9a.nl/2.4Routing/

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

* Re: [LARTC] Re: TOS useful???
  2001-03-24 21:23 [LARTC] Re: TOS useful??? bert hubert
                   ` (4 preceding siblings ...)
  2001-03-26 12:07 ` Arthur van Leeuwen
@ 2001-03-26 14:40 ` Gregory Maxwell
  2001-03-26 14:45 ` bert hubert
                   ` (6 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: Gregory Maxwell @ 2001-03-26 14:40 UTC (permalink / raw)
  To: lartc

On Mon, Mar 26, 2001 at 02:07:05PM +0200, Arthur van Leeuwen wrote:
[snip]
> the case of multipath uplink routing it may become a problem if IP packets
> are masqueraded on each uplink, to a *different* IP address, such as when
> you have ADSL connectivity from 3 providers...

sick sick sick
Just because you can doesn't mean you should.

_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://ds9a.nl/2.4Routing/

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

* Re: [LARTC] Re: TOS useful???
  2001-03-24 21:23 [LARTC] Re: TOS useful??? bert hubert
                   ` (5 preceding siblings ...)
  2001-03-26 14:40 ` Gregory Maxwell
@ 2001-03-26 14:45 ` bert hubert
  2001-03-26 14:52 ` John Anthony Kazos Jr.
                   ` (5 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: bert hubert @ 2001-03-26 14:45 UTC (permalink / raw)
  To: lartc

On Mon, Mar 26, 2001 at 09:40:04AM -0500, Gregory Maxwell wrote:
> On Mon, Mar 26, 2001 at 02:07:05PM +0200, Arthur van Leeuwen wrote:
> [snip]
> > the case of multipath uplink routing it may become a problem if IP packets
> > are masqueraded on each uplink, to a *different* IP address, such as when
> > you have ADSL connectivity from 3 providers...
> 
> sick sick sick
> Just because you can doesn't mean you should.

I would try to run three vtund tunnels to the same endpoint in that case.
Shit this bad just *needs* to be encapsulated.

Regards,

bert

-- 
http://www.PowerDNS.com      Versatile DNS Services  
Trilab                       The Technology People   
'SYN! .. SYN|ACK! .. ACK!' - the mating call of the internet

_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://ds9a.nl/2.4Routing/

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

* Re: [LARTC] Re: TOS useful???
  2001-03-24 21:23 [LARTC] Re: TOS useful??? bert hubert
                   ` (6 preceding siblings ...)
  2001-03-26 14:45 ` bert hubert
@ 2001-03-26 14:52 ` John Anthony Kazos Jr.
  2001-03-26 23:25 ` Mike Fedyk
                   ` (4 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: John Anthony Kazos Jr. @ 2001-03-26 14:52 UTC (permalink / raw)
  To: lartc

Of course it does! :P In our dormitory rooms each person is intended to
use one 10-Base-T port, but we're going to run a box that connects to both
and balances the traffic across both. We're also going to set up similar
boxes in our friends' rooms, and balance the *services* between them.
We're going to squeeze out every ounce of bandwidth we can.

It's going to be fun, to say the least. :-)

On Mon, 26 Mar 2001, Gregory Maxwell wrote:

> On Mon, Mar 26, 2001 at 02:07:05PM +0200, Arthur van Leeuwen wrote:
> [snip]
> > the case of multipath uplink routing it may become a problem if IP packets
> > are masqueraded on each uplink, to a *different* IP address, such as when
> > you have ADSL connectivity from 3 providers...
> 
> sick sick sick
> Just because you can doesn't mean you should.
> 
> _______________________________________________
> LARTC mailing list / LARTC@mailman.ds9a.nl
> http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://ds9a.nl/2.4Routing/
> 



_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://ds9a.nl/2.4Routing/

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

* Re: [LARTC] Re: TOS useful???
  2001-03-24 21:23 [LARTC] Re: TOS useful??? bert hubert
                   ` (7 preceding siblings ...)
  2001-03-26 14:52 ` John Anthony Kazos Jr.
@ 2001-03-26 23:25 ` Mike Fedyk
  2001-03-27  1:29 ` Gerry Creager
                   ` (3 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: Mike Fedyk @ 2001-03-26 23:25 UTC (permalink / raw)
  To: lartc

> On Sun, 25 Mar 2001, bert hubert wrote:
> > No. All packets within a session have the same TOS flags. Linux has a stable
> > three-band priority queue.

On Mon, Mar 26, 2001 at 01:47:25PM +0200, Arthur van Leeuwen wrote:
> 
> Define session? One single TCP connection? If that is what you mean, then
> you are dead wrong. OpenSSH for one sets the TOS flags for a TCP connection
> *after* it has logged in successfully. This provided some weird behaviour in
> interacting with multipath uplinks, as suddenly the (already set up)
> connection got routed out a different interface.
> 

I don't know about 2.4, but on 2.2 I disable to "routing based on tos" in
all of my compiles.  I haven't noticed any routes changing based on tos in
my route cache.

_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://ds9a.nl/2.4Routing/

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

* Re: [LARTC] Re: TOS useful???
  2001-03-24 21:23 [LARTC] Re: TOS useful??? bert hubert
                   ` (8 preceding siblings ...)
  2001-03-26 23:25 ` Mike Fedyk
@ 2001-03-27  1:29 ` Gerry Creager
  2001-03-27  3:08 ` John Anthony Kazos Jr.
                   ` (2 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: Gerry Creager @ 2001-03-27  1:29 UTC (permalink / raw)
  To: lartc

"John Anthony Kazos Jr." wrote:
> 
> Of course it does! :P In our dormitory rooms each person is intended to
> use one 10-Base-T port, but we're going to run a box that connects to both
> and balances the traffic across both. We're also going to set up similar
> boxes in our friends' rooms, and balance the *services* between them.
> We're going to squeeze out every ounce of bandwidth we can.
> 
> It's going to be fun, to say the least. :-)

Arrrrrggggggghhhhhhh!  Folks like you make bandwidth throlling by folks
like me a necessity, to preserve what we have for the other campus
users.  We have seen P2P activities drive us to 80+ percent utilization
at times, with Napster-likes being the bulk thereof.  We've had servers
and RPGs cause similar load problems, especially when we have a truly
talented designer/developer pop up.

This isn't a tirade against the students, more a plea.  We're seeing
bandwidth demand accellerate beyond our (as network managers') ability
to increase supply.  Part of this is that bandwidth isn't free... nor
even cheap... and we have to live on budgets based on what we
anticipated 18 or so months ago, and the management above us in the food
chain subsequently cut.  If we guessed wrong in either direction, our
credibility was screwed and we can't get an increase next year...

Think about it.  This is a cool _ONE_TIME_ experiment, but if it ramps
up, expect your name in the student newspaper as one of the reasons the
bandwidth for your dorm was cut to 56kbps.

TTFN, gerry
-- 
Gerry Creager                        |      Never ascribe to Malice that
AATLT			             |      which can adequately be
Texas A&M University                 |      explained by Stupidity.
979.458.4020  (Phone)                |      -- Lazarus Long
979.847.8578  (Fax)

_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://ds9a.nl/2.4Routing/

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

* Re: [LARTC] Re: TOS useful???
  2001-03-24 21:23 [LARTC] Re: TOS useful??? bert hubert
                   ` (9 preceding siblings ...)
  2001-03-27  1:29 ` Gerry Creager
@ 2001-03-27  3:08 ` John Anthony Kazos Jr.
  2001-03-27 12:02 ` RoMaN SoFt / LLFB!!
  2001-03-29 22:26 ` Mike Fedyk
  12 siblings, 0 replies; 14+ messages in thread
From: John Anthony Kazos Jr. @ 2001-03-27  3:08 UTC (permalink / raw)
  To: lartc

I figure that, in the ideal situation, bandwidth throttling would occur on
a drop-by-drop basis. (That's the only way I can see to do it that can't
be abused, like the TOS fields can, to bring it back to that discussion.
;-)) In that ideal situation, what I plan to do (and, just to un-fluff the
feathers of sys-admins everywhere, at a not--continually-maximal bandiwdth
utilization) is to "reclaim" (read: fully utilize) any bandwidth wasted by
one person not fully using theirs, just as space is wasted if you have two
partitions with a filing system in each, which can't share files, rather
than a single partition, or two filing systems which can combine their
unused space. And by the sharing of services (not bandwidth; services)
amongst different rooms, a greater amount of idleness is maintained on
each, so peaks are taken care of handily, and usage is balanced over the
entire network. (In the *truly* ideal scenario, all users of the entire
network across campus, across a state, in the world, ad infinitum, would
share the same logical bandwidth with no waste. The "real" world is a
subset, or an approximation, of the ideal world.)

On Mon, 26 Mar 2001, Gerry Creager wrote:

> "John Anthony Kazos Jr." wrote:
> > 
> > Of course it does! :P In our dormitory rooms each person is intended to
> > use one 10-Base-T port, but we're going to run a box that connects to both
> > and balances the traffic across both. We're also going to set up similar
> > boxes in our friends' rooms, and balance the *services* between them.
> > We're going to squeeze out every ounce of bandwidth we can.
> > 
> > It's going to be fun, to say the least. :-)
> 
> Arrrrrggggggghhhhhhh!  Folks like you make bandwidth throlling by folks
> like me a necessity, to preserve what we have for the other campus
> users.  We have seen P2P activities drive us to 80+ percent utilization
> at times, with Napster-likes being the bulk thereof.  We've had servers
> and RPGs cause similar load problems, especially when we have a truly
> talented designer/developer pop up.
> 
> This isn't a tirade against the students, more a plea.  We're seeing
> bandwidth demand accellerate beyond our (as network managers') ability
> to increase supply.  Part of this is that bandwidth isn't free... nor
> even cheap... and we have to live on budgets based on what we
> anticipated 18 or so months ago, and the management above us in the food
> chain subsequently cut.  If we guessed wrong in either direction, our
> credibility was screwed and we can't get an increase next year...
> 
> Think about it.  This is a cool _ONE_TIME_ experiment, but if it ramps
> up, expect your name in the student newspaper as one of the reasons the
> bandwidth for your dorm was cut to 56kbps.
> 
> TTFN, gerry
> 


_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://ds9a.nl/2.4Routing/

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

* Re: [LARTC] Re: TOS useful???
  2001-03-24 21:23 [LARTC] Re: TOS useful??? bert hubert
                   ` (10 preceding siblings ...)
  2001-03-27  3:08 ` John Anthony Kazos Jr.
@ 2001-03-27 12:02 ` RoMaN SoFt / LLFB!!
  2001-03-29 22:26 ` Mike Fedyk
  12 siblings, 0 replies; 14+ messages in thread
From: RoMaN SoFt / LLFB!! @ 2001-03-27 12:02 UTC (permalink / raw)
  To: lartc

On Mon, 26 Mar 2001 15:25:47 -0800, you wrote:

>I don't know about 2.4, but on 2.2 I disable to "routing based on tos" in
>all of my compiles.  I haven't noticed any routes changing based on tos in
>my route cache.

 Where is located exactly this option??

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
    ** RoMaN SoFt / LLFB **  
       roman@madrid.com
   http://pagina.de/romansoft
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://ds9a.nl/2.4Routing/

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

* Re: [LARTC] Re: TOS useful???
  2001-03-24 21:23 [LARTC] Re: TOS useful??? bert hubert
                   ` (11 preceding siblings ...)
  2001-03-27 12:02 ` RoMaN SoFt / LLFB!!
@ 2001-03-29 22:26 ` Mike Fedyk
  12 siblings, 0 replies; 14+ messages in thread
From: Mike Fedyk @ 2001-03-29 22:26 UTC (permalink / raw)
  To: lartc

On Tue, Mar 27, 2001 at 02:02:44PM +0200, RoMaN SoFt / LLFB !! wrote:
> On Mon, 26 Mar 2001 15:25:47 -0800, you wrote:
> 
> >I don't know about 2.4, but on 2.2 I disable to "routing based on tos" in
> >all of my compiles.  I haven't noticed any routes changing based on tos in
> >my route cache.
> 
>  Where is located exactly this option??
> 
It's under network options.  It shows after you enable policy routing.

Can't be more specific, no time..

Mike

_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://ds9a.nl/2.4Routing/

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

end of thread, other threads:[~2001-03-29 22:26 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-03-24 21:23 [LARTC] Re: TOS useful??? bert hubert
2001-03-25  3:57 ` Rogerio Brito
2001-03-25 20:06 ` bert hubert
2001-03-26 11:47 ` Arthur van Leeuwen
2001-03-26 11:59 ` bert hubert
2001-03-26 12:07 ` Arthur van Leeuwen
2001-03-26 14:40 ` Gregory Maxwell
2001-03-26 14:45 ` bert hubert
2001-03-26 14:52 ` John Anthony Kazos Jr.
2001-03-26 23:25 ` Mike Fedyk
2001-03-27  1:29 ` Gerry Creager
2001-03-27  3:08 ` John Anthony Kazos Jr.
2001-03-27 12:02 ` RoMaN SoFt / LLFB!!
2001-03-29 22:26 ` Mike Fedyk

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.