(Auto)update libjingle 65151416-> 65151642
git-svn-id: http://webrtc.googlecode.com/svn/trunk@5934 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
cea024d672
commit
1a87f529a2
@ -50,7 +50,6 @@ static const int TURN_CHANNEL_NUMBER_START = 0x4000;
|
||||
static const int TURN_PERMISSION_TIMEOUT = 5 * 60 * 1000; // 5 minutes
|
||||
|
||||
static const size_t TURN_CHANNEL_HEADER_SIZE = 4U;
|
||||
static const size_t MAX_CANDIDATES_PER_TURNPORT = 2; // A STUN + TURN
|
||||
|
||||
inline bool IsTurnChannelData(uint16 msg_type) {
|
||||
return ((msg_type & 0xC000) == 0x4000); // MSB are 0b01
|
||||
|
Loading…
x
Reference in New Issue
Block a user