drsound / fault_tolerant_router

A daemon, running in background on a Linux router or firewall, monitoring the state of multiple internet uplinks/providers and changing the routing accordingly. LAN/DMZ internet traffic is load balanced between the uplinks.
GNU General Public License v2.0
185 stars 20 forks source link

Use a dedicated thread to send emails #14

Open drsound opened 9 years ago

drsound commented 9 years ago

To prevent the main monitor thread to sit waiting for SMTP timeout in case the SMTP server is not reachable.