From 1a87f529a2f63bb890d1679fa44d67b42dc0a4d6 Mon Sep 17 00:00:00 2001 From: "buildbot@webrtc.org" Date: Thu, 17 Apr 2014 22:41:30 +0000 Subject: [PATCH] (Auto)update libjingle 65151416-> 65151642 git-svn-id: http://webrtc.googlecode.com/svn/trunk@5934 4adac7df-926f-26a2-2b94-8c16560cd09d --- talk/p2p/base/turnport.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/talk/p2p/base/turnport.cc b/talk/p2p/base/turnport.cc index 052cb74378..adcf96c870 100644 --- a/talk/p2p/base/turnport.cc +++ b/talk/p2p/base/turnport.cc @@ -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