Re: [PATCH] sch_netem: correctly order packets to be sent simultaneously

2005-11-18 Thread David S. Miller
From: Andrea Bittau <[EMAIL PROTECTED]> Date: Fri, 18 Nov 2005 21:48:47 + > From: Andrea Bittau <[EMAIL PROTECTED]> > > If two packets were queued to be sent at the same time in the future, their > order would be reversed. This would occur because the queue is traversed back > to front, and

[PATCH] sch_netem: correctly order packets to be sent simultaneously

2005-11-18 Thread Andrea Bittau
From: Andrea Bittau <[EMAIL PROTECTED]> If two packets were queued to be sent at the same time in the future, their order would be reversed. This would occur because the queue is traversed back to front, and a position is found by checking whether the new packet needs to be sent before the packet