mirror of
https://github.com/apache/nuttx.git
synced 2026-05-13 18:48:11 +08:00
4b5585a316
When our netstack is replying packets when processing RX, the replied packets will be sent without considering of TX quota because we don't want to drop them. Now we may delay them by pushing them to a queue and send them later, which can always keep quota working. Signed-off-by: Zhe Weng <wengzhe@xiaomi.com>