From 7ff6ae5aa85754119319def3c7f225a40da299c4 Mon Sep 17 00:00:00 2001 From: Thomas Markwalder Date: Thu, 18 Sep 2014 15:25:02 -0400 Subject: [master] Checkum handling fixes Merges in rt22806 --- common/nit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/nit.c') diff --git a/common/nit.c b/common/nit.c index a43bcf3e..316e85f9 100644 --- a/common/nit.c +++ b/common/nit.c @@ -363,7 +363,7 @@ ssize_t receive_packet (interface, buf, len, from, hfrom) /* Decode the IP and UDP headers... */ offset = decode_udp_ip_header (interface, ibuf, bufix, - from, length, &paylen); + from, length, &paylen, 1); /* If the IP or UDP checksum was bad, skip the packet... */ if (offset < 0) -- cgit v1.2.1