File

plugins/mod_pep_plus.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 9074:0462405b1cfb
line wrap: on
line source

module:log("error", "mod_pep_plus has been renamed to mod_pep, please update your config file. Auto-loading mod_pep...");
module:depends("pep");