Add load-dependent SMTP timeouts
Debian Trixie package bundle / packages (push) Failing after 13m7s

This commit is contained in:
Mario Fetka
2026-07-24 13:24:08 +02:00
parent eea5e634b7
commit 54eee9efaf
15 changed files with 526 additions and 1 deletions
+1
View File
@@ -251,6 +251,7 @@ Connection *ConnAddressPoolConnect(AddressPool *pool, unsigned long timeOut);
BOOL ConnStartup(unsigned long TimeOut);
BOOL ConnSetDefaultTimeout(unsigned long TimeOut);
BOOL ConnSetTimeout(Connection *Conn, unsigned long TimeOut);
void ConnShutdown(void);
void ConnSSLContextFree(bongo_ssl_context *Context);