mirror of
https://github.com/espressif/openthread.git
synced 2026-08-24 03:09:52 +00:00
[dtls] set mReceiveMessage to NULL when done processing (#4085)
This commit is contained in:
@@ -575,6 +575,8 @@ void Dtls::Receive(Message &aMessage, uint16_t aOffset, uint16_t aLength)
|
||||
mReceiveLength = aLength;
|
||||
|
||||
Process();
|
||||
|
||||
mReceiveMessage = NULL;
|
||||
}
|
||||
|
||||
int Dtls::HandleMbedtlsTransmit(void *aContext, const unsigned char *aBuf, size_t aLength)
|
||||
|
||||
Reference in New Issue
Block a user