Results 12 issues of zhhyu7

## Summary g_dns_servers need init before dns_query, Otherwise sim can not add default dns server when use usrsock mode to share host network. Avoid similar problems in the future, so...

## Summary usrsock: Don't clear recvfrom available flag ## Impact ## Testing

Signed-off-by: zhanghongyu ## Summary ## Impact wireless/wapi/src/util.c has some Mix case warning. ## Testing

This is a basic version of compile support and only x86 simulator lightning-APP is supported now. The compilation method is shown below: ./scripts/build/build_examples.py --target nuttx-x64-light build and compiled binaries are...

examples
scripts
platform
linux
lib
inet
config
github
workflows
gn
review - pending
core

## Summary If arp search fails once, subsequent searches for the ip will directly return failure, and sends an asynchronous arp request to try to update arp table in the...

Area: Networking
Size: S

## Summary now the lc_path of the client will not be the same as that of the server. therefore, accept->peer = NULL will not be set when the client release...

Area: Networking
Size: XS

## Summary convert Kconfig to variable, upperhalf can supports multiple working modes at the same time, which is specified by NIC when register, the multi-network card scenario will be more...

Area: Documentation
Area: Networking
Arch: risc-v
Arch: xtensa
Size: M
Board: arm
Board: arm64
Board: risc-v
Board: simulator
Board: x86_64
Board: xtensa

## Summary add write buffer to support nonblock send, and improve the processing of some code. ## Impact Partial return values of can socket bind, The sending method of can_sendmsg....

Area: Documentation
Area: Networking
Size: L

## Summary According to the definitions of PF_PACKET and SOCK_DGRAM, extend the current protocol stack pkt protocol to support SOCK_DGRAM mode. Some third-party network libraries use AF_PACKET, SOCK_DGRAM type sockets...

Area: Documentation
Area: Networking
Size: M