CONFIG_NET_SOCKETPAIR_BUFFER_SIZE

Size of the intermediate buffer, in bytes

Type: int

Help

Buffer size for socketpair(2)

Direct dependencies

NET_SOCKETPAIR && NET_SOCKETS && NETWORKING

(Includes any dependencies from ifs and menus.)

Default

  • 64

Kconfig definition

At <Zephyr>/subsys/net/lib/sockets/Kconfig:193

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:34<Zephyr>/subsys/Kconfig:34<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 → Support for the socketpair syscall [EXPERIMENTAL]

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.)