[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Patch] Don't update DTLS retransmit timer too often
From: |
Sean Buckheister |
Subject: |
[Patch] Don't update DTLS retransmit timer too often |
Date: |
Sat, 18 Feb 2012 03:22:14 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:10.0.1) Gecko/20120212 Thunderbird/10.0.1 |
Currently, when the user calls a handshake function on nonblocking DTLS
sessions with no data available, the retransmit timers are updated
without condition in _dtls_wait_and_retransmit. In that case,
_dtls_transmit is also called, and if _dtls_transmit detects a flight
timeout, the timer is updated again. This not only slows down - or
outright disables - flight loss recovery.
dtls.patch
Description: Text Data
- [Patch] Don't update DTLS retransmit timer too often,
Sean Buckheister <=