summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2012-02-08 23:57:15 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2012-02-09 00:02:13 +0100
commite31ef97cdd5e3524ef7d2b95eddc44cb402d2818 (patch)
tree64655adf94ae464ed27b9871e99eb5790d2e7d3f
parentaed50df9cb6026864a0eabc36af9b3b9b22a0763 (diff)
downloadgnutls-e31ef97cdd5e3524ef7d2b95eddc44cb402d2818.tar.gz
Added Sean.
-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)