On Friday, May 24, 2013 02:18:16 Marek Lindner wrote:
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
hard-interface.c | 19 ++++++++++--------- main.c | 25 +++++++++++++++++++++++++ main.h | 1 + soft-interface.c | 2 +- types.h | 7 ------- 5 files changed, 37 insertions(+), 17 deletions(-)
Applied in revision f1f310d.
Regards, Marek