1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

SquashSRS4: Fix DTLS config bug, dup Alert bug. 4.0.83

This commit is contained in:
winlin 2021-03-08 12:39:25 +08:00
parent fe1b427462
commit de65a331f1
9 changed files with 43 additions and 15 deletions

View file

@ -118,7 +118,7 @@ protected:
// @remark: dtls_version_ default value is SrsDtlsVersionAuto.
SrsDtlsVersion version_;
protected:
// Whether the handhshake is done, for us only.
// Whether the handshake is done, for us only.
// @remark For us only, means peer maybe not done, we also need to handle the DTLS packet.
bool handshake_done_for_us;
// DTLS packet cache, only last out-going packet.