sceNetInit parameters

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
pspZorba
Posts: 156
Joined: Sat Sep 22, 2007 11:45 am
Location: NY

sceNetInit parameters

Post by pspZorba »

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 !
Insert_witty_name
Posts: 376
Joined: Wed May 10, 2006 11:31 pm

Post by Insert_witty_name »

Hi Zorba.

I use the following call:

Code: Select all

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.
pspZorba
Posts: 156
Joined: Sat Sep 22, 2007 11:45 am
Location: NY

Post by pspZorba »

thank you IWN, that was exactly what I was looking for.
--pspZorba--
NO to K1.5 !
Post Reply