feat(lwip): Add UDP sync process trigger

This commit is contained in:
Dong Heng
2018-08-29 11:53:18 +08:00
parent 38b7f8356a
commit 266545e787
5 changed files with 48 additions and 9 deletions

View File

@@ -208,6 +208,8 @@ static int low_level_send_cb(esp_aio_t *aio)
pbuf_free(pbuf);
udp_sync_trigger();
return 0;
}