Submitted By: Robin Seggelmann <seggelmann@fh-muenster.de>

Fix various DTLS fragment reassembly bugs.
This commit is contained in:
Dr. Stephen Henson
2010-04-14 00:17:29 +00:00
parent 30e8defe52
commit 1507f3abba
2 changed files with 228 additions and 79 deletions

View File

@@ -167,6 +167,7 @@ typedef struct hm_fragment_st
{
struct hm_header_st msg_header;
unsigned char *fragment;
unsigned char *reassembly;
} hm_fragment;
typedef struct dtls1_state_st