Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / libjingle / source / talk / base / testechoserver.h
index 5c10454..380f961 100644 (file)
@@ -69,7 +69,8 @@ class TestEchoServer : public sigslot::has_slots<> {
   void OnPacket(AsyncPacketSocket* socket, const char* buf, size_t size,
                 const SocketAddress& remote_addr,
                 const PacketTime& packet_time) {
-    socket->Send(buf, size, DSCP_NO_CHANGE);
+    talk_base::PacketOptions options;
+    socket->Send(buf, size, options);
   }
   void OnClose(AsyncPacketSocket* socket, int err) {
     ClientList::iterator it =