Skip to content

Commit 5f68e61

Browse files
authored
lwip2: ipv6: fix udp_new() #5744 (#5752)
From: @oddstr13 (d-a-v/esp82xx-nonos-linklayer#28) Initialize pcb->local_ip.type depending on whether we have IPv4, IPv4+IPv6 or IPv6 networking stack. Fixes #5744 Closes #5745
1 parent e51bd0d commit 5f68e61

8 files changed

+2
-2
lines changed

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

-8 Bytes
Binary file not shown.

tools/sdk/lib/liblwip2-1460.a

-4 Bytes
Binary file not shown.

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

-8 Bytes
Binary file not shown.

tools/sdk/lib/liblwip2-536.a

-4 Bytes
Binary file not shown.

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

12 Bytes
Binary file not shown.

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

12 Bytes
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"
4+
#define LWIP_HASH_STR "STABLE-2_1_2_RELEASE/glue:1.1-2-ga501b57"
55
#endif // LWIP_HASH_H

0 commit comments

Comments
 (0)