]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Added Sean.
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Wed, 8 Feb 2012 22:57:15 +0000 (23:57 +0100)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Wed, 8 Feb 2012 23:02:13 +0000 (00:02 +0100)
NEWS
THANKS
tests/mini-loss.c

diff --git a/NEWS b/NEWS
index e0a8a2d6d47304b7427e0b5fd3ac4bc761903b35..7dd91dfc2382a7fc8edf8b34e992d62b1fd9aada 100644 (file)
--- 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 cf3681295af2a3d857e77eaf60ee2cfadaac26a8..32d6bc4de10067a9407e4b2d050a4cca5edc79b7 100644 (file)
--- 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,
index 78a91f531a5b9b5a0a5be32f1dcc59c9b6aa76c6..be8b8fec42b59bd852b85d9b22179afbbed9dd8b 100644 (file)
@@ -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)