Files
kumomta/docs
Wez Furlong 889cd8223a fix smtp client idle behavior
The intent of the idle behavior is to linger for up to the configured
idle_timeout value, waiting for new messages to arrive in the ready
queue.

The actual behavior was to initiate a wait, but when woken up,
if there were no messages in the ready queue, the connection
would close out, even if there was still time that could be
waited out before the idle period was up.

This commit adds in a loop that will keep the connection open
until the idle timeout is reached, which in turn will improve
throughput, especially if the traffic is a little bursty.
2024-03-27 16:33:18 -07:00
..
2023-10-18 16:18:56 -06:00
2024-03-27 16:33:18 -07:00
2024-02-08 08:12:29 -07:00
2024-03-17 09:36:16 -07:00
2023-03-13 12:01:07 -07:00
2024-03-17 07:24:34 -07:00
2024-01-24 15:40:19 -05:00