We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0d2a3e commit 3d940f1Copy full SHA for 3d940f1
subsys/net/Kconfig
@@ -15,7 +15,9 @@ if NET_BUF
15
16
config NET_BUF_USER_DATA_SIZE
17
int "Size of user_data available in every network buffer"
18
- default 8 if ((BT || NET_TCP2) && 64BIT) || BT_ISO
+ default 24 if MCUMGR_SMP_UDP && MCUMGR_SMP_UDP_IPV6
19
+ default 8 if MCUMGR_SMP_UDP && MCUMGR_SMP_UDP_IPV4
20
+ default 8 if ((BT || NET_TCP2) && 64BIT) || BT_ISO || MCUMGR_SMP_BT
21
default 4
22
range 4 65535 if BT || NET_TCP2
23
range 0 65535
0 commit comments