[openssl.org #2223] [PATCH] DTLS timeout bug

2010-04-06 Thread Robin Seggelmann via RT
To handle handshake message timeouts properly, DTLS sets the socket timeouts according to the currently remaining time until the next timeout occurs. However, in some cases this doesn't work because the operating system returns the socket call a few milliseconds before the DTLS timer expires.

Re: [openssl.org #2223] [PATCH] DTLS timeout bug

2010-04-06 Thread Daniel Mentz
Robin Seggelmann via RT wrote: To handle handshake message timeouts properly, DTLS sets the socket timeouts according to the currently remaining time until the next timeout occurs. However, in some cases this doesn't work because the operating system returns the socket call a few milliseconds

Re: [openssl.org #2223] [PATCH] DTLS timeout bug

2010-04-06 Thread Robin Seggelmann via RT
On Apr 6, 2010, at 10:56 AM, Daniel Mentz wrote: Robin Seggelmann via RT wrote: To handle handshake message timeouts properly, DTLS sets the socket timeouts according to the currently remaining time until the next timeout occurs. However, in some cases this doesn't work because the