File

teal-src/util/table.d.tl @ 11689:f9f6e82fb572

net.server_epoll: Add setting for disabling the Nagle algorithm Nagle increases latency and is the bane of all networking!
author Kim Alvefur <zash@zash.se>
date Wed, 14 Jul 2021 22:27:12 +0200
parent 11459:86904555bffc
child 12618:17cc122cc2e8
line wrap: on
line source

local record lib
	create : function (narr:integer, nrec:integer):table
	pack : function (...:any):{any}
end
return lib