Discuss the development of new homebrew software, tools and libraries.
Moderators: cheriff , TyRaNiD
roby65
Posts: 52 Joined: Sun Jun 01, 2008 9:12 pm
Location: Mid Italy
Contact:
Post
by roby65 » Wed Feb 10, 2010 7:30 am
Hi guys,
i'm porting a msn library but i have a problem:
it uses socket polls (sys/poll.h) that is not in the pspsdk, can someone tell me if the pools work with the psp or if there is a way to get async sockets?
Thank,
Roby
jimparis
Posts: 1145 Joined: Fri Jun 10, 2005 4:21 am
Location: Boston
Post
by jimparis » Thu Feb 11, 2010 6:41 am
Are you talking about poll or pool?
If poll, just use select instead.
If pool, that makes no sense.
roby65
Posts: 52 Joined: Sun Jun 01, 2008 9:12 pm
Location: Mid Italy
Contact:
Post
by roby65 » Thu Feb 11, 2010 8:22 am
jimparis wrote: Are you talking about poll or pool?
If poll, just use select instead.
If pool, that makes no sense.
Poll :D
Ok, i will try!
Thanks!