add default option for LWIP_RAW

This commit is contained in:
jani 2004-02-23 14:28:03 +00:00
parent 70cd10beae
commit e85a892111

View File

@ -218,6 +218,10 @@ a lot of data that needs to be copied, this should be set high. */
/* ---------- RAW options ---------- */
#ifndef LWIP_RAW
#define LWIP_RAW 1
#endif
#ifndef RAW_TTL
#define RAW_TTL 255
#endif