mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-07-04 19:07:16 +08:00

If a daemon app(e.ot_client) starts dhcpd by calling dhcpd_start and needs to shut it down after use, then the global static variables ds_inpacket and ds_outpacket will always occupy the data area, causing unnecessary waste. Signed-off-by: wangyingdong <wangyingdong@xiaomi.com>