Hi everyone,
I am using the NDK helloworld example for the networking in my project. I was wondering how do I increase the size of the stack for the callback function in the NDK example? I have written functions that requires large static memory allocation and it runs in the callback function. The task size cannot be defined in the .cfg file as the function only runs when the callback function for the server when a client connects. Your help is much appreciated.
Best regards,
Chan