Mercurial > prosody-hg
view util/time.lua @ 8763:67ecff7be011
mod_s2s: Add a counter for IPv6.
| author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
|---|---|
| date | Sat, 09 Sep 2017 14:45:23 +0100 |
| parents | 72e48bddf617 |
| children |
line wrap: on
line source
-- Import gettime() from LuaSocket, as a way to access high-resolution time -- in a platform-independent way local socket_gettime = require "socket".gettime; return { now = socket_gettime; }
