* lwipopts.h: Reflect IP_OPTIONS -> IP_OPTIONS_ALLOWED name change.

This commit is contained in:
jifl 2008-01-09 10:16:57 +00:00
parent 9b4be1bb96
commit 18a8963351
2 changed files with 2 additions and 2 deletions

View File

@ -133,7 +133,7 @@ a lot of data that needs to be copied, this should be set high. */
/* If defined to 1, IP options are allowed (but not parsed). If
defined to 0, all packets with IP options are dropped. */
#define IP_OPTIONS 1
#define IP_OPTIONS_ALLOWED 1
/* ---------- ICMP options ---------- */
#define ICMP_TTL 255

View File

@ -132,7 +132,7 @@ a lot of data that needs to be copied, this should be set high. */
/* If defined to 1, IP options are allowed (but ignored). If
defined to 0, all packets with IP options are dropped. */
#define IP_OPTIONS 1
#define IP_OPTIONS_ALLOWED 1
#define IP_REASSEMBLY 1
#define IP_FRAG 1