espressif / esp-protocols

Collection of ESP-IDF components related to networking protocols
165 stars 115 forks source link

fix(mdns): Schedule all queued Tx packets from timer task #533

Closed david-cermak closed 3 months ago

david-cermak commented 3 months ago

Instead of processing only one Tx packet at a time, goes over all in the linked list and queue all of them if send_at field indicates it should be sent.

Partially addresses: https://github.com/espressif/esp-idf/issues/13333