Skip to content

Commit 874a2c4

Browse files
authored
add configure of iperf stack size
1 parent 5bdefe7 commit 874a2c4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

iot/netutils/Kconfig

+7
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,13 @@ if PKG_USING_NETUTILS
4949
select RT_USING_POSIX_SOCKET if RT_VER_NUM >= 0x40100
5050
default n
5151

52+
config IPERF_THREAD_STACK_SIZE
53+
int "the stack size of iperf thread"
54+
depends on PKG_NETUTILS_IPERF
55+
range 2048 65536
56+
default 16384 if ARCH_CPU_64BIT
57+
default 2048
58+
5259
config PKG_NETUTILS_NETIO
5360
bool "Enable NetIO network throughput performance tool"
5461
default n

0 commit comments

Comments
 (0)