|
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 don’t 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
[Prev in Thread] | Current Thread | [Next in Thread] |