< Previous by Date Date Index Next by Date >
  Thread Index Next in Thread >

[recon-devel] Thread safe of recon for srtp


Hi, I  think the libSRTP is thread safe and does not requires mutex, why in the mediastream.cxx of recon there has a lock ?
Likes MediaStream::srtpProtect and  MediaStream::srtpUnprotect, MediaStream::createOutboundSRTPSession etc...

I think this lock is used for mSRTPSessionOutCreated, mSRTPSessionInCreated and independent the srtp, right ?

Thanks