| View previous topic :: View next topic |
| Author |
Message |
Elxx
Joined: 07 Dec 2005 Posts: 16
|
Posted: Tue Jan 03, 2006 2:38 pm Post subject: Keeping WLAN connection alive |
|
|
I've found that the WLAN connection in my LuaPlayer apps tends to die after a few minutes, even if it's sending and receiving data. I have WLAN power save off and everything, but it still tends to drop. The only way I've found to fix this is close the Wifi connection then open it up again every minute.
In a C program, you can fix this by using sceKernelPowerTick()...is there anything in Lua that could work like this? |
|
| Back to top |
|
 |
Arwin
Joined: 12 Jul 2005 Posts: 426
|
Posted: Tue Jan 03, 2006 10:58 pm Post subject: |
|
|
| Do you have WiFi powersaving enabled on the PSP? If you do, you could first try turning that off, as that's a lot faster anyway also for browsing. |
|
| Back to top |
|
 |
|