nuttx-apps/netutils/dhcpd
wangyingdong 2e5139eba4 dhcpd:Optimize the data area memory and reduce it by about 1k bytes
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>
2023-09-13 21:49:49 +08:00
..
CMakeLists.txt add initial cmake build system 2023-07-08 13:52:02 +08:00
dhcpd.c dhcpd:Optimize the data area memory and reduce it by about 1k bytes 2023-09-13 21:49:49 +08:00
Kconfig dhcp: Make the option dependence work for usrsock case 2022-11-21 01:02:14 +08:00
Make.defs apps/netutils/dhcpd/Make.defs: fix nxstyle 2023-03-20 14:17:07 +01:00
Makefile Makefiles: Gregory Nutt: update licenses to Apache 2021-06-07 21:35:33 -05:00