Does PSPSDK support SOCK_RAW

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

Moderators: cheriff, TyRaNiD

Post Reply
JoePub
Posts: 10
Joined: Thu Aug 21, 2008 11:26 pm

Does PSPSDK support SOCK_RAW

Post by JoePub »

Hi,

I haven't tried yet, but I was wondering if the PSPSDK supports the SOCK_RAW option. I want to send ARP packets from the application that I am writing, which would involve using SOCK_RAW

Thanks.
User avatar
jean
Posts: 489
Joined: Sat Jan 05, 2008 2:44 am

Post by jean »

I don't really am into this, but i think i remember of a couple posts discussing it...and if i don't remember wrong the answer was "no, maybe". Try a quick search....
J.F.
Posts: 2906
Joined: Sun Feb 22, 2004 11:41 am

Post by J.F. »

I tried a test program, and while I could open a socket with SOCK_RAW, it didn't act like a raw socket. So the answer seems to be no, the PSP doesn't support raw sockets.
JoePub
Posts: 10
Joined: Thu Aug 21, 2008 11:26 pm

Post by JoePub »

Would a kernel mode PRX help here. Perhaps getting lower down within the network API.
J.F.
Posts: 2906
Joined: Sun Feb 22, 2004 11:41 am

Post by J.F. »

Maybe... haven't tried that. If I do, I'll post the results.
Post Reply