** 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.
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,
#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)