commit | 411d6ed93a5d0601980d3e5ce75de07c98e3a7de | [log] [tgz] |
---|---|---|
author | Marek Lindner <lindner_marek@yahoo.de> | Wed May 08 13:31:59 2013 +0800 |
committer | Antonio Quartulli <antonio@meshcoding.com> | Sat Oct 12 17:17:09 2013 +0200 |
tree | 00a52bc5c70d465129c85d48e52ced2186649660 | |
parent | 0bf84c160a4b3b75bb911b79c3972f64dfb0b039 [diff] |
batman-adv: consider network coding overhead when calculating required mtu The module prints a warning when the MTU on the hard interface is too small to transfer payload traffic without fragmentation. The required MTU is calculated based on the encapsulation header size. If network coding is compild into the module its header size is taken into account as well. Signed-off-by: Marek Lindner <lindner_marek@yahoo.de> Signed-off-by: Antonio Quartulli <antonio@meshcoding.com>