File

plugins/mod_unknown.lua @ 11700:79d30de13fdb

net.server_epoll: Reduce timer churn during TLS handshake Instead of removing and readding the timer, keep it and adjust it instead. Should reduce garbage production a bit.
author Kim Alvefur <zash@zash.se>
date Sat, 17 Jul 2021 14:06:57 +0200
parent 6003:28a90f5fea46
line wrap: on
line source

-- Unknown platform stub
module:set_global();

-- TODO Do things that make sense if we don't know about the platform