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