From: Nikos Mavrogiannopoulos Date: Wed, 8 Feb 2012 22:57:15 +0000 (+0100) Subject: Added Sean. X-Git-Tag: gnutls_3_0_13~105 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e31ef97cdd5e3524ef7d2b95eddc44cb402d2818;p=thirdparty%2Fgnutls.git Added Sean. --- 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)