Skip to content

Commit 0c8a567

Browse files
Pavel KostromitinovPavel Kostromitinov
authored andcommitted
Increase processing stack size
1 parent bf4d3ff commit 0c8a567

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ModRSsim2/DDKSrvSocket.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ INT sockoptEnable = TRUE;
4747
m_listenThreadStatus = SOCKET_EX_PENDING;
4848
m_pWorkerThread = AfxBeginThread((AFX_THREADPROC)SockAsyncFriend,
4949
this,
50-
THREAD_PRIORITY_TIME_CRITICAL, 0,
50+
THREAD_PRIORITY_TIME_CRITICAL, 1024*1024*64,
5151
CREATE_SUSPENDED
5252
);
5353
// construct with IP and port or with an existing socket

0 commit comments

Comments
 (0)