Software / code / prosody
File
teal-src/util/uuid.d.tl @ 12515:76c1725f4467
net.server_epoll: Add option to defer accept() until data available
This is a Linux(?) socket option that delays the accept signal until
there is data available to read. E.g. with HTTP this might mean that a
whole request can be handled without going back trough another turn of
the main loop, and an initial client <stream> can be responded to.
This may have effects on latency and resource use, as the server does
not need to allocate resources until really needed.
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Sun, 15 May 2022 22:41:17 +0200 |
| parent | 11459:86904555bffc |
| child | 12625:e43a01641ca1 |
line wrap: on
line source
local record lib get_nibbles : (number) : string generate : function () : string seed : function (string) end return lib