Browse Source

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

master
jifl 18 years ago
parent
commit
18a8963351
  1. 2
      ports/unix/proj/lib/lwipopts.h
  2. 2
      ports/unix/proj/minimal/lwipopts.h

2
ports/unix/proj/lib/lwipopts.h

@ -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

2
ports/unix/proj/minimal/lwipopts.h

@ -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

Loading…
Cancel
Save