Hi guys,
I am looking for information on the sceNetInit parameters.
I had a look in pspnet.h, there is nothing and neither the forum search button nor google gave me relevant infos.
So if you know something I will appreciate.
thx
sceNetInit parameters
sceNetInit parameters
--pspZorba--
NO to K1.5 !
NO to K1.5 !
-
- Posts: 376
- Joined: Wed May 10, 2006 11:31 pm
Hi Zorba.
I use the following call:
The first argument seems to be some memory size, I assume it's for the whole of sceNet.
The second argument is the thread priority of the SceNetCallout thread.
Third argument is the stack size of SceNetCallout thread.
Fourth argument is priority of SceNetNetintr thread.
Fifth argument is stack size of SceNetNetintr thread.
I use the following call:
Code: Select all
sceNetInit(128*1024, 42, 4*1024, 42, 4*1024);
The second argument is the thread priority of the SceNetCallout thread.
Third argument is the stack size of SceNetCallout thread.
Fourth argument is priority of SceNetNetintr thread.
Fifth argument is stack size of SceNetNetintr thread.