manage timeout with lists instead of linear searches

This commit is contained in:
yrutschle 2022-04-27 17:29:02 +02:00
parent cd664574f1
commit 92e8a3e256

View File

@ -13,6 +13,7 @@ vNEXT:
linear searches. The downside is that the number of linear searches. The downside is that the number of
UDP connections is a hard limit, configurable with UDP connections is a hard limit, configurable with
the 'udp_max_connections', which defaults to 1024. the 'udp_max_connections', which defaults to 1024.
Timeouts are managed with lists.
inetd merges stderr output to what is sent to the inetd merges stderr output to what is sent to the
client, which is a security issue as it might give client, which is a security issue as it might give