incubator-nuttx/net/ipfrag
zhanghongyu 5c271198a9 ipfrag: remove assert for actual product reasons
If the device's CPU resources are scarce and unable to execute the
ip_fragin_timerwork callback in a timely manner, this assert will
be triggered. This is a normal scenario that can occur. The logic
should be modified to wait for the ip_fragin_timerwork to be
executed if it has not been executed yet.

Signed-off-by: zhanghongyu <zhanghongyu@xiaomi.com>
2024-08-26 17:44:40 +08:00
..
CMakeLists.txt fix nxstyle 2024-05-11 01:19:06 +08:00
Kconfig net/ipfrag/Kconfig: NET_IPFRAG depends on IOB_NCHAINS > 0 2024-06-02 09:27:36 -03:00
Make.defs
ipfrag.c ipfrag: remove assert for actual product reasons 2024-08-26 17:44:40 +08:00
ipfrag.h style: remove extra spaces and align parameters 2023-06-11 12:55:29 +08:00
ipv4_frag.c Replace all asserts in kernel code with ASSERT 2024-05-17 10:18:16 -03:00
ipv6_frag.c nuttx: fix multiple 'FAR', 'CODE' and style issues 2024-08-25 19:22:15 +08:00