zephyr/samples/net/sockets/socketpair/sample.yaml
Christopher Friedt 2710c188ad samples: sockets: socketpair: sample application and docs
Support for the socketpair(2) system call was recently
added for 2.3.0 .

This change adds a sample application that demonstrates
how it can be used.

Fixes #25527

Signed-off-by: Christopher Friedt <chrisfriedt@gmail.com>
2020-05-27 14:14:04 +02:00

8 lines
165 B
YAML

sample:
description: BSD Sockets API TCP socketpair sample
name: socket_socketpair
tests:
sample.net.sockets.socketpair:
harness: net
tags: net socket