Re: [15/*] [INET] Fix IPsec calculation in ip_append_data/ip6_append_data
From: "David S. Miller" <davem@davemloft.net>
Date: 2005-03-16 22:02:54
From: "David S. Miller" <davem@davemloft.net>
Date: 2005-03-16 22:02:54
On Wed, 16 Mar 2005 22:31:49 +1100 Herbert Xu [off-list ref] wrote:
This patch is wrong. This is the *one* place where we do need to use the path MTU. The reason is that when the packet is fragmented we only pay for the IPsec overhead once over all and not once for each fragment. Please revert it for now.
Ok, done.