lwip-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-devel] Minor change: inet_chksum.c


From: bill
Subject: [lwip-devel] Minor change: inet_chksum.c
Date: Wed, 28 Jan 2009 16:40:25 -0500

This is indeed very minor but it will reduce the code footprint on smaller 8-bit systems.  These sometimes dont have sophisticated linkers to remove individual functions from modules (even though they are the platforms that most need to have code reduced).

Function inet_chksum_pseudo_partial could be wrapped within

#if LWIP_UDPLITE

#endif

Bill


reply via email to

[Prev in Thread] Current Thread [Next in Thread]