summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS3
-rw-r--r--THANKS1
-rw-r--r--tests/mini-loss.c3
3 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index e0a8a2d6d4..7dd91dfc23 100644
--- a/NEWS
+++ b/NEWS
@@ -19,6 +19,9 @@ status from an ocsp server.
** command line apps: Use gnu autogen (libopts) to parse command
line arguments and template files.
+** libgnutls: Corrected DTLS lost packet handling in
+the last flight.
+
** libgnutls: Corrected DTLS retransmission timeouts.
Report and patch by Sean Buckheister.
diff --git a/THANKS b/THANKS
index cf3681295a..32d6bc4de1 100644
--- a/THANKS
+++ b/THANKS
@@ -126,6 +126,7 @@ David Hoyt *hoyt6 [at] llnl.gov*
Joseph Graham *joe [at] t67.eu*
Eli Zaretskii *eliz [at] gnu.org*
Patrick Pelletier *code [at] funwithsoftware.org*
+Sean Buckheister *s_buckhe [at] cs.uni-kl.de*
----------------------------------------------------------------------
Copying and distribution of this file, with or without modification,
diff --git a/tests/mini-loss.c b/tests/mini-loss.c
index 78a91f531a..be8b8fec42 100644
--- a/tests/mini-loss.c
+++ b/tests/mini-loss.c
@@ -41,7 +41,8 @@
#include "utils.h"
/* This program simulates packet loss in DTLS datagrams using
- * the blocking functions
+ * the blocking functions. Idea taken from test app of
+ * Sean Buckheister.
*/
static void print_type(const unsigned char* buf, int size)