File

teal-src/util/time.d.tl @ 11774:4625093b0768

mod_s2s: Add a Direct TLS listener Mirroring the c2s 'direct_tls'. Naming things is hard. direct_tls_s2s_ports = { 5269+1 }
author Kim Alvefur <zash@zash.se>
date Tue, 10 Aug 2021 20:55:43 +0200
parent 11432:113f3912c7cb
line wrap: on
line source


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