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 3af6076 commit 1da03f2Copy full SHA for 1da03f2
samples/net/common/Kconfig
@@ -50,3 +50,8 @@ config NET_SAMPLE_COMMON_TUNNEL_MY_ADDR
50
depends on NET_L2_IPIP
51
help
52
The value depends on your network setup.
53
+
54
+# Generic way to allocate enough sockets for the application
55
+config ZVFS_OPEN_ADD_SIZE_NET_SAMPLE
56
+ int "Amount of sockets needed by the networking sample"
57
+ default 0
0 commit comments