[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Function to get current dtls retransmit timeout
From: |
Nikos Mavrogiannopoulos |
Subject: |
Re: Function to get current dtls retransmit timeout |
Date: |
Fri, 17 Feb 2012 08:51:17 +0100 |
User-agent: |
Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.24) Gecko/20111114 Icedove/3.1.16 |
On 02/17/2012 01:21 AM, Sean Buckheister wrote:
> Hi,
>
> what I'm missing a little is a function to query the current value of
> the DTLS retransmit timer. This would be very useful for nonblocking
> operations. Without such knowledge one has to poll the handshake layer
> every so often, because it might want to retransmit something.
> Extracting the exact value would make polling unnecessary, since one
> could simply set the select() or similar timeout to that value.
So would a function that extracts the remaining time for a
retransmission be enough on that use case?
regards,
Nikos