Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Float value for network timeout

From: semseddinm:bircom at: 27-Mar-2009 15:28

Hi, I can set timeout value for network access by using: system/schemes/default/timeout: 1 then try and it wait 1 second maximum: "close open tcp://192.168.92.5:80" but when I set "system/schemes/default/timeout: 0.3" then it waits too long (or forever?) is it possible to wait less than a second?