optimization TCPv6 connect
This commit is contained in:
parent
08f401b74e
commit
ac302329d1
2 changed files with 7 additions and 1 deletions
|
@ -1 +1 @@
|
||||||
Subproject commit dd3b301750f19c9f15248ac32d366cd41c6b3225
|
Subproject commit 5c181728c894d8c051070b1cf21c55a6222fc64b
|
|
@ -93,6 +93,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 = wlanif_free_rx_buf_l2;
|
netif->l2_buffer_free_notify = wlanif_free_rx_buf_l2;
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue