1common: 2 depends_on: netif 3 tags: net socket udp 4 min_ram: 21 5 filter: TOOLCHAIN_HAS_NEWLIB == 1 6tests: 7 net.socket.udp: 8 extra_configs: 9 - CONFIG_NET_TC_THREAD_COOPERATIVE=y 10 net.socket.udp.preempt: 11 extra_configs: 12 - CONFIG_NET_TC_THREAD_PREEMPTIVE=y 13