| Index: net/udp/udp_socket_libevent.h
|
| diff --git a/net/udp/udp_socket_libevent.h b/net/udp/udp_socket_libevent.h
|
| index 8f68a9b57a90695a87101eca856448198daedffb..397db3b646d611320b980a03eb783671e2daf832 100644
|
| --- a/net/udp/udp_socket_libevent.h
|
| +++ b/net/udp/udp_socket_libevent.h
|
| @@ -151,6 +151,10 @@ class NET_EXPORT UDPSocketLibevent : public base::NonThreadSafe {
|
| // other applications on the same host. See MSDN: http://goo.gl/6vqbj
|
| int SetMulticastLoopbackMode(bool loopback);
|
|
|
| + // Set the differentiated services flags on outgoing packets. May not
|
| + // do anything on some platforms.
|
| + int SetDiffServCodePoint(DiffServCodePoint dscp);
|
| +
|
| private:
|
| static const int kInvalidSocket = -1;
|
|
|
|
|