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 Subsystem>/net/lib/sockets/Kconfig:193
Included via Kconfig:8 → Kconfig.zephyr:44 → <Zephyr Subsystem>/Kconfig:39 → <Zephyr Subsystem>/net/Kconfig:89 → <Zephyr Subsystem>/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 on HEAP_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.)