-
CONFIG_NET_SOCKETPAIR
¶
Support for the socketpair syscall [EXPERIMENTAL]
Type: bool
Help¶
Choose y here if you would like to use the socketpair(2) system call.
Direct dependencies¶
HEAP_MEM_POOL_SIZE
!= 0 && NET_SOCKETS
&& NETWORKING
(Includes any dependencies from ifs and menus.)
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At <Zephyr>/subsys/net/lib/sockets/Kconfig:186
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:34
→ <Zephyr>/subsys/Kconfig:37
→ <Zephyr>/subsys/net/Kconfig:89
→ <Zephyr>/subsys/net/lib/Kconfig:30
Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → Network Libraries → BSD Sockets compatible API
config NET_SOCKETPAIR bool "Support for the socketpair syscall [EXPERIMENTAL]" depends onHEAP_MEM_POOL_SIZE
!= 0 &&NET_SOCKETS
&&NETWORKING
help Choose y here if you would like to use the socketpair(2) system call.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)