lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Tue, Sep 27, 2011 at 7:10 PM, Johnson Lin <arch.jslin@gmail.com> wrote:
> socket:settimeout() (however it won't on Windows, works fine.)

That's the problem with os.clock(); it has very different behaviour on
Windows and POSIX systems.  One of those little gotchas ;)

steve d.