Search found 1 match

by triffid_hunter
Wed Apr 08, 2020 3:49 pm
Forum: ESP-IDF
Topic: netconn_new_with_callback - callback never called even though packet is sent [WIFI-2138]
Replies: 2
Views: 3058

netconn_new_with_callback - callback never called even though packet is sent [WIFI-2138]

Hi, I have a project which requires high speed (several megabits/s) non-blocking UDP send. I usually prefer zero copy for data rates like these. Poking around in the documentation seems to suggest that netconn is good for this. However, when I create my socket with netconn_new_with_callback, my call...