提交 47e6a60e 编写于 作者: D Dr. Stephen Henson

PR: 2219

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

Fixes for DTLS buffering bug.
上级 87a37cba
...@@ -809,7 +809,7 @@ start: ...@@ -809,7 +809,7 @@ start:
* buffer the application data for later processing rather * buffer the application data for later processing rather
* than dropping the connection. * than dropping the connection.
*/ */
dtls1_buffer_record(s, &(s->d1->buffered_app_data), 0); dtls1_buffer_record(s, &(s->d1->buffered_app_data), rr->seq_num);
rr->length = 0; rr->length = 0;
goto start; goto start;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册