| Index: webrtc/p2p/base/port.cc
|
| diff --git a/webrtc/p2p/base/port.cc b/webrtc/p2p/base/port.cc
|
| index ab7ba09ea513a61a8876a4ad47999a1a6aa57d11..55d6b876dc19f974418a63a7fb7dea70d576453d 100644
|
| --- a/webrtc/p2p/base/port.cc
|
| +++ b/webrtc/p2p/base/port.cc
|
| @@ -1525,10 +1525,6 @@ ProxyConnection::ProxyConnection(Port* port,
|
|
|
| int ProxyConnection::Send(const void* data, size_t size,
|
| const rtc::PacketOptions& options) {
|
| - if (!ReadyToSendMedia()) {
|
| - error_ = EWOULDBLOCK;
|
| - return SOCKET_ERROR;
|
| - }
|
| stats_.sent_total_packets++;
|
| int sent = port_->SendTo(data, size, remote_candidate_.address(),
|
| options, true);
|
|
|