File

teal-src/util/time.d.tl @ 11678:f90a337d81a8

mod_s2s: Remove connection timeout once it's no longer needed Reduces the number of left-over timers to handle after many s2s connections were started, leaving only the ones related to incomplete connections.
author Kim Alvefur <zash@zash.se>
date Tue, 13 Jul 2021 15:04:34 +0200
parent 11432:113f3912c7cb
line wrap: on
line source


local record lib
	now : function () : number
	monotonic : function () : number
end
return lib