This is an automated email from the ASF dual-hosted git repository.

masayuki pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git.


    from b9a6dc2  netutils/netcat: implemented NETUTILS_NETCAT_SENDFILE option. 
This option enables using sendfile() in netcat client mode if a normal file 
(not stdin) is sent. If the option is enabled but stdin is sent rather than a 
normal file, netcat falls back to the combination of read() and write(). Using 
sendfile() provides a higher performance compared to the combination of read() 
and write().
     add 64ffdb4  ntpc: optimize stack used

No new revisions were added by this update.

Summary of changes:
 netutils/ntpclient/ntpclient.c | 36 ++++++++++++++++++++++++++----------
 1 file changed, 26 insertions(+), 10 deletions(-)

Reply via email to