| View previous topic :: View next topic |
| Author |
Message |
roby65
Joined: 01 Jun 2008 Posts: 55 Location: Mid Italy
|
Posted: Wed Feb 10, 2010 7:30 am Post subject: Socket pools? |
|
|
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 |
|
| Back to top |
|
 |
jimparis
Joined: 10 Jun 2005 Posts: 1179 Location: Boston
|
Posted: Thu Feb 11, 2010 6:41 am Post subject: |
|
|
Are you talking about poll or pool?
If poll, just use select instead.
If pool, that makes no sense. |
|
| Back to top |
|
 |
roby65
Joined: 01 Jun 2008 Posts: 55 Location: Mid Italy
|
Posted: Thu Feb 11, 2010 8:22 am Post subject: |
|
|
| 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! |
|
| Back to top |
|
 |
|