commit | 13d35f6ffc71c1a649a902369a6fa5637d05d9b0 | [log] [tgz] |
---|---|---|
author | Guo-wei Shieh <guoweis@webrtc.org> | Wed Aug 26 15:32:56 2015 -0700 |
committer | Guo-wei Shieh <guoweis@webrtc.org> | Wed Aug 26 22:33:03 2015 +0000 |
tree | fef3423175c17e0d5772ce23d8edae44a59c8623 | |
parent | 2f20fbec1d465d513a5a73e575f759cdde7a5407 [diff] |
Add check to prevent TURN usage if the protocol is not allowed. There are 2 ways to design this. 1. TCP Only mode: this means that we disable all UDP protocols across board. 2. disallow TURN over UDP. Along with DISABLE_UDP, DISABLE_STUN, we should achieve the same result. I'm going with #2. BUG=webrtc:4784 R=pthatcher@webrtc.org Review URL: https://codereview.webrtc.org/1311153003 . Cr-Commit-Position: refs/heads/master@{#9791}