Skip to content

dtlsconnection: Fix overflow in timeout calculation on systems with 32 bit time_t

If a timeout of more than 4295s was scheduled, the calculation would overflow and a too short timeout would be used instead.

Merge request reports