:orphan: .. title:: NET_SOCKETPAIR_BUFFER_SIZE .. option:: CONFIG_NET_SOCKETPAIR_BUFFER_SIZE *Size of the intermediate buffer, in bytes* Type: ``int`` Help ==== Buffer size for socketpair(2) Direct dependencies =================== \ :option:`NET_SOCKETPAIR ` && \ :option:`NET_SOCKETS ` && \ :option:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Default ======= - 64 Kconfig definition ================== .. highlight:: kconfig At ``subsys/net/lib/sockets/Kconfig:193`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:37`` → ``subsys/net/Kconfig:89`` → ``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 → Support for the socketpair syscall [EXPERIMENTAL] .. parsed-literal:: config NET_SOCKETPAIR_BUFFER_SIZE int "Size of the intermediate buffer, in bytes" range 1 4096 default 64 depends on \ :option:`NET_SOCKETPAIR ` && \ :option:`NET_SOCKETS ` && \ :option:`NETWORKING ` help Buffer size for socketpair(2) *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*