lukeweber / webrtc-jingle-client

Webrtc audio + jingle protocol brought to IOS and Android.
https://groups.google.com/forum/?fromgroups#!forum/webrtc-jingle
BSD 3-Clause "New" or "Revised" License
336 stars 136 forks source link

Test if we have any performance penalty enabling security #36

Open bthemad opened 11 years ago

bthemad commented 11 years ago

Currently we have this in clientsignalingthread.cc

ifdef TUENTI_CUSTOM_BUILD

sp_mediaclient->set_secure(cricket::SEC_DISABLED);

else

sp_mediaclient->set_secure(cricket::SEC_ENABLED);

endif

If enabling security won't affect performance, we should enable it for both builds.