Skip to content

Commit 2c435b1

Browse files
authored
lwip2 update: stop dhcp when interface goes down (#7114)
1 parent 0554d39 commit 2c435b1

9 files changed

+3
-3
lines changed

Diff for: tools/sdk/lib/liblwip2-1460-feat.a

492 KB
Binary file not shown.

Diff for: tools/sdk/lib/liblwip2-1460.a

58.2 KB
Binary file not shown.

Diff for: tools/sdk/lib/liblwip2-536-feat.a

492 KB
Binary file not shown.

Diff for: tools/sdk/lib/liblwip2-536.a

58.2 KB
Binary file not shown.

Diff for: tools/sdk/lib/liblwip6-1460-feat.a

57.8 KB
Binary file not shown.

Diff for: tools/sdk/lib/liblwip6-536-feat.a

57.8 KB
Binary file not shown.

Diff for: tools/sdk/lwip2/builder

Diff for: tools/sdk/lwip2/include/lwip-git-hash.h

+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.2-29-gb543b1f"
4+
#define LWIP_HASH_STR "STABLE-2_1_2_RELEASE/glue:1.2-31-gac862f1"
55
#endif // LWIP_HASH_H

Diff for: tools/sdk/lwip2/include/lwip/priv/tcp_priv.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ extern struct tcp_pcb ** const tcp_pcb_lists[NUM_TCP_PCB_LISTS];
357357
#if TCP_DEBUG_PCB_LISTS
358358
#define TCP_REG(pcbs, npcb) do {\
359359
struct tcp_pcb *tcp_tmp_pcb; \
360-
LWIP_DEBUGF(TCP_DEBUG, ("TCP_REG %p local port %"U16_F"\n", (void *)(npcb), (npcb)->local_port)); \
360+
LWIP_DEBUGF(TCP_DEBUG, ("TCP_REG %p local port %" U16_F "\n", (void *)(npcb), (npcb)->local_port)); \
361361
for (tcp_tmp_pcb = *(pcbs); \
362362
tcp_tmp_pcb != NULL; \
363363
tcp_tmp_pcb = tcp_tmp_pcb->next) { \

0 commit comments

Comments
 (0)