XuNeo opened a new pull request, #14914:
URL: https://github.com/apache/nuttx/pull/14914

   *Note: Please adhere to [Contributing 
Guidelines](https://github.com/apache/nuttx/blob/master/CONTRIBUTING.md).*
   
   ## Summary
   
   1. 
   Make netstats work without socket import
   
       We may get normal IPv4 address print like 10.10.0.1:5001 and a longer
       IPv6 like fc000000000000000000000000000001:5001
   2.
   Add command 'netcheck' for checks on network stack
   
   ## Impact
   No impact.
   
   ## Testing
   
   Tested on qemu using same setup as 
https://github.com/apache/nuttx/pull/14913. 
   Do `telnet localhost 10023` on host to have a real connection to check by 
this tool.
   
   ```
   (gdb) netcheck
   IOB check: PASS
   (gdb)
   
   ```
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to