mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-30 10:47:19 +02:00
Merge branch 'optimization/TCPv6_connect_for_v4.1' into 'release/v4.1'
lw-ip:optimization TCPv6 connect for 4.1 See merge request espressif/esp-idf!8048
This commit is contained in:
Submodule components/lwip/lwip updated: dd3b301750...5c181728c8
@ -94,6 +94,12 @@ low_level_init(struct netif *netif)
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if ESP_IPV6
|
||||||
|
#if LWIP_IPV6 && LWIP_IPV6_MLD
|
||||||
|
netif->flags |= NETIF_FLAG_MLD6;
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
#if !ESP_L2_TO_L3_COPY
|
#if !ESP_L2_TO_L3_COPY
|
||||||
netif->l2_buffer_free_notify = lwip_netif_wifi_free_rx_buffer;
|
netif->l2_buffer_free_notify = lwip_netif_wifi_free_rx_buffer;
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user