Xiang Xiao
74e2b75857
net: Simplify the tcp/udp existence check
Replace defined(CONFIG_NET_TCP) && !defined(CONFIG_NET_TCP_NO_STACK) with NET_TCP_HAVE_STACK
Replace defined(CONFIG_NET_UDP) && !defined(CONFIG_NET_UDP_NO_STACK) with NET_UDP_HAVE_STACK
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2023-05-03 17:40:00 +03:00
..
2022-09-09 19:33:46 +08:00
2023-04-22 03:33:50 -04:00
2023-04-22 03:33:50 -04:00
2023-05-03 17:40:00 +03:00
2023-05-03 17:40:00 +03:00
2023-04-28 09:45:21 +08:00
2022-09-19 15:45:19 +08:00