| Index: net/udp/udp_socket_libevent.h
|
| diff --git a/net/udp/udp_socket_libevent.h b/net/udp/udp_socket_libevent.h
|
| index 6c8bf61e0dd58f8c75229ed9ee66fa7684577638..6e737de38402d19f7ff1409fb2baffc520cee141 100644
|
| --- a/net/udp/udp_socket_libevent.h
|
| +++ b/net/udp/udp_socket_libevent.h
|
| @@ -152,6 +152,11 @@ 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.
|
| + // Return a network error code.
|
| + int SetDiffServCodePoint(DiffServCodePoint dscp);
|
| +
|
| private:
|
| enum SocketOptions {
|
| SOCKET_OPTION_REUSE_ADDRESS = 1 << 0,
|
|
|