wengzhe opened a new pull request, #1718:
URL: https://github.com/apache/nuttx-apps/pull/1718

   ## Summary
   Patches included:
   - netutils/iperf: Use argtable's builtin glossary to print usage
   - netutils/iperf: Split out sockaddr from general logic 
   - netutils/iperf: Support local socket test 
   - netutils/iperf: Support RPMsg socket test 
   
   Usage:
   ```
   # local socket
   iperf -s --local <path>
   iperf -c <path> --local || iperf -c <whatever> --local <path>
   
   # rpmsg socket
   iperf -s --rpmsg <name>
   iperf -c <cpu> --rpmsg <name>
   ```
   Note:
   - Can combine with other options, e.g. `-u --local` will result in local UDP 
(DGRAM).
   - RPMsg with SOCK_DGRAM (`-u`) doesn't have server mode (bind) yet, iperf 
may not work in this case before rpsock is enhanced.
   
   ## Impact
   Improve `iperf` function.
   
   ## Testing
   manually
   


-- 
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: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to