[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
DTLS retransmission timeouts
From: |
Sean Buckheister |
Subject: |
DTLS retransmission timeouts |
Date: |
Fri, 03 Feb 2012 00:03:10 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:9.0) Gecko/20111224 Thunderbird/9.0.1 |
Hello,
looking at the DTLS retransmission code in the nonblocking path, I find
if (now-session->internals.dtls.handshake_start_time <
session->internals.dtls.actual_retrans_timeout)
in gnutls_dtls.c _dtls_transmit. So it waits for actual_retrans_timeout
seconds to retransmit, but actual_retrans_timeout looks like a
millisecond timespan. Am I missing something, or is this line missing a
division by 1000?
-- Sean
- DTLS retransmission timeouts,
Sean Buckheister <=