Re: [PATCH] 6lowpan: consider checksum bytes in fragmentation threshold

2012-11-30 Thread David Miller
From: Alan Ott Date: Thu, 29 Nov 2012 20:55:44 -0500 > Change the threshold for framentation of a lowpan packet from > using the MTU size to now use the MTU size minus the checksum length, > which is added by the hardware. For IEEE 802.15.4, this effectively > changes it from 127 bytes to 125 byt

Re: [PATCH] 6lowpan: consider checksum bytes in fragmentation threshold

2012-11-29 Thread Alan Ott
On 11/29/2012 08:55 PM, Alan Ott wrote: > Change the threshold for framentation of a lowpan packet from > using the MTU size to now use the MTU size minus the checksum length, > which is added by the hardware. For IEEE 802.15.4, this effectively > changes it from 127 bytes to 125 bytes. > Sorry, t