dhcp unit test: fixed 2 consts, use udp checksum 0x0000 in handcrafted packets so that CHECKSUM_CHECK_UDP==0 is not necessary

This commit is contained in:
goldsimon
2012-03-25 17:18:58 +02:00
parent e1225cec5f
commit 84d8760561
2 changed files with 7 additions and 8 deletions

View File

@@ -39,7 +39,6 @@
/* Enable DHCP to test it, disable UDP checksum to easier inject packets */
#define LWIP_DHCP 1
#define CHECKSUM_CHECK_UDP 0
/* Minimal changes to opt.h required for tcp unit tests: */
#define MEM_SIZE 16000