wengzhe commented on code in PR #1718: URL: https://github.com/apache/nuttx-apps/pull/1718#discussion_r1173263033
########## netutils/iperf/iperf.c: ########## @@ -77,6 +79,12 @@ struct iperf_udp_pkt_t uint32_t usec; }; +typedef CODE int (*iperf_client_func_t)(FAR struct iperf_ctrl_t *ctrl, + FAR struct sockaddr *addr, socklen_t addrlen); +typedef CODE int (*iperf_server_func_t)(FAR struct iperf_ctrl_t *ctrl, + FAR struct sockaddr *addr, socklen_t addrlen, + FAR struct sockaddr *remote_addr); Review Comment: Done. -- 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