Re: [TEST FIX] Re: SSH Hangs in 2.5.59 and 2.5.55 but not 2.4.x,

David S. Miller (davem@redhat.com)
Tue, 28 Jan 2003 23:32:57 -0800 (PST)


From: kuznet@ms2.inr.ac.ru
Date: Wed, 29 Jan 2003 06:14:55 +0300 (MSK)

skb->csum is not used inside TCP when skb->ip_summed==CHECKSUM_HW:
...
So, it is safe to make skb->ip_summed := CHECKSUM_HW any moment when
we are lazy to recalculate checksum.

I see, clever trick as I had suspected.

Thanks for the explanation.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/