mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-31 03:07:29 +02:00
use WOLFSSL_NETOS_STACK_SZ for stack size when creating tx thread
This commit is contained in:
@ -3646,7 +3646,7 @@ char* mystrnstr(const char* s1, const char* s2, unsigned int n)
|
|||||||
"wolfSSL thread",
|
"wolfSSL thread",
|
||||||
(entry_functionType)cb, (ULONG)arg,
|
(entry_functionType)cb, (ULONG)arg,
|
||||||
thread->threadStack,
|
thread->threadStack,
|
||||||
TESTSUITE_THREAD_STACK_SZ,
|
WOLFSSL_NETOS_STACK_SZ,
|
||||||
2, 2,
|
2, 2,
|
||||||
1, TX_AUTO_START);
|
1, TX_AUTO_START);
|
||||||
if (result != TX_SUCCESS) {
|
if (result != TX_SUCCESS) {
|
||||||
|
Reference in New Issue
Block a user