gnutls-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Function to get current dtls retransmit timeout


From: Sean Buckheister
Subject: Re: Function to get current dtls retransmit timeout
Date: Sat, 18 Feb 2012 01:33:39 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.1) Gecko/20120212 Thunderbird/10.0.1

Regarding gnutls_dtls_get_timeout. I updates my stress test to use it
when polling nonblocking sockets, and I found a bug. Apparently, any
gnutls operation that can update the retransmit timer of a nonblocking
socket will do so when executed, regardless of the current timer state.
For example, initiating a handshake and calling gnutls_handshake() every
10ms will double the current retransmit timer on every call.

I'm trying to fix it right now, but first attempts have, again, proven
unsuccessful.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]