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
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
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