Merge branch 'optimization/TCPv6_connect_for_v4.0' into 'release/v4.0'

lw-ip:optimization TCPv6 connect for v4.0

See merge request espressif/esp-idf!8021
This commit is contained in:
Jiang Jiang Jian
2020-03-24 15:25:47 +08:00
2 changed files with 7 additions and 1 deletions

View File

@@ -93,6 +93,12 @@ low_level_init(struct netif *netif)
#endif
#endif
#if ESP_IPV6
#if LWIP_IPV6 && LWIP_IPV6_MLD
netif->flags |= NETIF_FLAG_MLD6;
#endif
#endif
#if !ESP_L2_TO_L3_COPY
netif->l2_buffer_free_notify = wlanif_free_rx_buf_l2;
#endif