ShadowJonathan / DusTLS

Pure-Rust DTLS
Apache License 2.0
11 stars 1 forks source link

Buffer application data when expecting flight 5 or 6 #18

Open ShadowJonathan opened 2 years ago

ShadowJonathan commented 2 years ago

DTLS implementations are likely to send application data alongside flight 5 or 6, without waiting for confirmation, we should buffer this application data and give it to the connection object to then be immediately decrypted.