You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by ma...@apache.org on 2022/01/05 09:36:21 UTC

[incubator-nuttx-apps] branch master updated (b9a6dc2 -> 64ffdb4)

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(-)