]> xenbits.xensource.com Git - people/liuw/mini-os.git/commitdiff
stubdom: let lwIP check TCP sums as they are now correct.
authorKeir Fraser <keir.fraser@citrix.com>
Mon, 12 May 2008 09:11:23 +0000 (10:11 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Mon, 12 May 2008 09:11:23 +0000 (10:11 +0100)
Signed-off-by: Samuel Thibault <samuel.thibault@eu.citrix.com>
include/arch/cc.h

index e9a258d8bfbbe8d7916725895b28ba2c9aefb3de..1c31feb7c816d7059bfa8a71767f2eca6cb09ab9 100644 (file)
@@ -84,7 +84,4 @@ extern void lwip_die(char *fmt, ...);
 #define DBG_TYPES_ON   DBG_ON
 #endif
 
-/* TODO: checksum doesn't work fine?! */
-#define CHECKSUM_CHECK_TCP     0
-
 #endif /* __LWIP_ARCH_CC_H__ */