(Auto)update libjingle 78642371-> 78680406
git-svn-id: http://webrtc.googlecode.com/svn/trunk@7545 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@ -783,10 +783,7 @@ class VideoMediaChannelTest : public testing::Test,
|
||||
void SetSendSetsTransportBufferSizes() {
|
||||
EXPECT_TRUE(SetOneCodec(DefaultCodec()));
|
||||
EXPECT_TRUE(SetSend(true));
|
||||
// TODO(sriniv): Remove or re-enable this.
|
||||
// As part of b/8030474, send-buffer is size now controlled through
|
||||
// portallocator flags. Its not set by channels.
|
||||
// EXPECT_EQ(64 * 1024, network_interface_.sendbuf_size());
|
||||
EXPECT_EQ(64 * 1024, network_interface_.sendbuf_size());
|
||||
EXPECT_EQ(64 * 1024, network_interface_.recvbuf_size());
|
||||
}
|
||||
// Tests that we can send frames and the right payload type is used.
|
||||
|
||||
Reference in New Issue
Block a user