| View previous topic :: View next topic |
| Author |
Message |
pspZorba
Joined: 22 Sep 2007 Posts: 156 Location: NY
|
Posted: Sun May 25, 2008 9:17 am Post subject: sceNetInit parameters |
|
|
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 _________________ --pspZorba--
NO to K1.5 ! |
|
| Back to top |
|
 |
Insert_witty_name
Joined: 10 May 2006 Posts: 376
|
Posted: Sun May 25, 2008 10:42 am Post subject: |
|
|
Hi Zorba.
I use the following call:
| Code: | | sceNetInit(128*1024, 42, 4*1024, 42, 4*1024); |
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. |
|
| Back to top |
|
 |
pspZorba
Joined: 22 Sep 2007 Posts: 156 Location: NY
|
Posted: Sun May 25, 2008 11:31 am Post subject: |
|
|
thank you IWN, that was exactly what I was looking for. _________________ --pspZorba--
NO to K1.5 ! |
|
| Back to top |
|
 |
|