A copy of poll()-based echo_async, converted to use select(). Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
10 lines
205 B
YAML
10 lines
205 B
YAML
sample:
|
|
description: BSD Sockets API TCP echo server sample
|
|
using non-blocking sockets
|
|
name: socket_echo_async
|
|
tests:
|
|
test:
|
|
harness: net
|
|
platform_whitelist: qemu_x86
|
|
tags: net socket
|