Skip to content

Commit 7ce636f

Browse files
committed
reenable ARP queuing in lwIP2 by courtesy of @aboulfad
esp8266#3481 (comment)
1 parent 885276e commit 7ce636f

File tree

6 files changed

+2
-2
lines changed

6 files changed

+2
-2
lines changed

tools/sdk/lib/liblwip2-1460-feat.a

1.22 KB
Binary file not shown.

tools/sdk/lib/liblwip2-1460.a

1.21 KB
Binary file not shown.

tools/sdk/lib/liblwip2-536-feat.a

1.22 KB
Binary file not shown.

tools/sdk/lib/liblwip2-536.a

1.21 KB
Binary file not shown.
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// generated by makefiles/make-lwip2-hash
22
#ifndef LWIP_HASH_H
33
#define LWIP_HASH_H
4-
#define LWIP_HASH_STR "STABLE-2_1_2_RELEASE/glue:1.1-5-g25d5e81"
4+
#define LWIP_HASH_STR "STABLE-2_1_2_RELEASE/glue:1.1-7-g82abda3"
55
#endif // LWIP_HASH_H

tools/sdk/lwip2/include/lwipopts.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -660,7 +660,7 @@
660660
* packet in a row to an IP address that is not in the ARP cache.
661661
*/
662662
#if !defined ARP_QUEUEING || defined __DOXYGEN__
663-
#define ARP_QUEUEING 0
663+
#define ARP_QUEUEING 1
664664
#endif
665665

666666
/** The maximum number of packets which may be queued for each

0 commit comments

Comments
 (0)