From: Andrea Bittau <[EMAIL PROTECTED]>
Date: Fri, 18 Nov 2005 21:48:47 +0000

> 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 being examined.  If the new packet is to be sent at the
> same time of a previous packet, it would end up before the old packet in the
> queue.  This patch places packets in the correct order when they are queued to
> be sent at a same time in the future.
> 
> Signed-off-by: Andrea Bittau <[EMAIL PROTECTED]>

Applied, thanks Andrea.
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to