mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-29 00:55:58 +00:00
The configuration option documentation is autogenerated from Kconfig files. This list right now applies only for x86. Change-Id: Ibfc84324bb5e2206362d3bca6ab28aee0109f429 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
37 lines
746 B
ReStructuredText
37 lines
746 B
ReStructuredText
|
|
.. _CONFIG_NET_BUF_SIZE:
|
|
|
|
CONFIG_NET_BUF_SIZE
|
|
###################
|
|
|
|
|
|
Each network buffer will contain one received or sent
|
|
IPv6 or IPv4 packet. Each buffer will occupy 1280 bytes
|
|
of memory.
|
|
|
|
|
|
|
|
:Symbol: NET_BUF_SIZE
|
|
:Type: int
|
|
:Value: "2"
|
|
:User value: (no user value)
|
|
:Visibility: "y"
|
|
:Is choice item: false
|
|
:Is defined: true
|
|
:Is from env.: false
|
|
:Is special: false
|
|
:Prompts:
|
|
|
|
* "Number of network buffers to use"
|
|
:Default values:
|
|
|
|
* 2 (value: "n")
|
|
* Condition: (none)
|
|
:Selects:
|
|
(no selects)
|
|
:Reverse (select-related) dependencies:
|
|
(no reverse dependencies)
|
|
:Additional dependencies from enclosing menus and ifs:
|
|
(no additional dependencies)
|
|
:Locations:
|
|
* net/ip/Kconfig:44 |