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>
8 lines
165 B
YAML
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
|