Re: [PATCH 2/3] TCP_Vegas: timestamp before clone

2005-12-05 Thread Tom Young
On Mon, 2005-12-05 at 21:40 -0800, David S. Miller wrote: > From: Tom Young <[EMAIL PROTECTED]> > Date: Tue, 06 Dec 2005 15:38:39 +1100 > > > Do timestamping before cloneing. > > This fixes the bug where the timestamp was performed in tcp_transmit_skb > > on > > the cloned skb leading to the times

Re: [PATCH 2/3] TCP_Vegas: timestamp before clone

2005-12-05 Thread David S. Miller
From: Tom Young <[EMAIL PROTECTED]> Date: Tue, 06 Dec 2005 15:38:39 +1100 > Do timestamping before cloneing. > This fixes the bug where the timestamp was performed in tcp_transmit_skb > on > the cloned skb leading to the timestamp being lost. > > Signed-off-by: Thomas Young <[EMAIL PROTECTED]> E

[PATCH 2/3] TCP_Vegas: timestamp before clone

2005-12-05 Thread Tom Young
Do timestamping before cloneing. This fixes the bug where the timestamp was performed in tcp_transmit_skb on the cloned skb leading to the timestamp being lost. Signed-off-by: Thomas Young <[EMAIL PROTECTED]> --- diff --git a/net/ipv4/tcp_output.c b/net/ipv4/tcp_output.c --- a/net/ipv4/tcp_output