zhhyu7
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
## Summary ## Impact ## 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...
## 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...
## 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...
## 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...
## 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....
## 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...