mirror of
https://github.com/esp8266/Arduino.git
synced 2025-04-21 10:26:06 +03:00
reenable ARP queuing in lwIP2 by courtesy of @aboulfad (#5978)
https://github.com/esp8266/Arduino/issues/3481#issuecomment-482293996
https://github.com/d-a-v/esp82xx-nonos-linklayer/pull/33
it was removed by error on 9 oct 2018 a1e59e9c01 (diff-8a46852651388faec204ec21c86b8098L586)
This commit is contained in:
parent
1c6e762203
commit
96cfdb3ec7
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,5 +1,5 @@
|
||||
// generated by makefiles/make-lwip2-hash
|
||||
#ifndef LWIP_HASH_H
|
||||
#define LWIP_HASH_H
|
||||
#define LWIP_HASH_STR "STABLE-2_1_2_RELEASE/glue:1.1-5-g25d5e81"
|
||||
#define LWIP_HASH_STR "STABLE-2_1_2_RELEASE/glue:1.1-7-g82abda3"
|
||||
#endif // LWIP_HASH_H
|
||||
|
@ -660,7 +660,7 @@
|
||||
* packet in a row to an IP address that is not in the ARP cache.
|
||||
*/
|
||||
#if !defined ARP_QUEUEING || defined __DOXYGEN__
|
||||
#define ARP_QUEUEING 0
|
||||
#define ARP_QUEUEING 1
|
||||
#endif
|
||||
|
||||
/** The maximum number of packets which may be queued for each
|
||||
|
Loading…
x
Reference in New Issue
Block a user