Search found 1 match
- Sun Dec 08, 2024 8:22 pm
- Forum: ESP-IDF
- Topic: Multitasking Network Operations
- Replies: 0
- Views: 505
Multitasking Network Operations
Let's assume the esp32 is sending out network operations e.g. mDNS & ARP requests over a given netif (wifi station). Can this be made faster by adding a second netif (ethernet) so the chip can have multiple tasks/cores using lwip functions with the two different netifs or is the speed going to be th...