Ok, I've been developing a media remote controlling application on pyS60, and I'm having a problem with timeouts, so is there a way to manually adjust timeout value to something like 4 seconds? On Windows(and Linux also?) I could just write
import socketbut on pyS60 that is impossible. Is there a way?
socket.setdefaulttimeout(4)

Reply With Quote
.


