commit | 8af71872557e8651f6ea9e6cb2f71c5036d555f2 | [log] [tgz] |
---|---|---|
author | Paul Sokolovsky <paul.sokolovsky@linaro.org> | Fri May 15 16:03:29 2020 +0300 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Wed May 20 15:37:23 2020 +0200 |
tree | b13974483e6a3c315cd3aeff433121a7685c046b | |
parent | c6a19a204684779b9fbf22facd9291a94124adc4 [diff] |
samples: net: echo_async_select: Use read()/write() if possible If build with full POSIX API, use read()/write() instead of recv()/send() calls for sockets. We have read()/write() support for a while, but no samples/tests actually performed at least a build test for it (so it will be done now). Fixes: #25407 Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>