File

teal-src/util/crand.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 11459:86904555bffc
line wrap: on
line source

local record lib
	bytes : function (n : integer) : string
	enum sourceid "OpenSSL" "arc4random()" "Linux" end
	_source : sourceid
end
return lib