1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-04-21 10:26:06 +03:00
david gauchard 2019-04-12 12:14:02 +02:00 committed by GitHub
parent 1c6e762203
commit 96cfdb3ec7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 2 additions and 2 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -1,5 +1,5 @@
// generated by makefiles/make-lwip2-hash // generated by makefiles/make-lwip2-hash
#ifndef LWIP_HASH_H #ifndef LWIP_HASH_H
#define 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 #endif // LWIP_HASH_H

View File

@ -660,7 +660,7 @@
* packet in a row to an IP address that is not in the ARP cache. * packet in a row to an IP address that is not in the ARP cache.
*/ */
#if !defined ARP_QUEUEING || defined __DOXYGEN__ #if !defined ARP_QUEUEING || defined __DOXYGEN__
#define ARP_QUEUEING 0 #define ARP_QUEUEING 1
#endif #endif
/** The maximum number of packets which may be queued for each /** The maximum number of packets which may be queued for each