| Index: net/udp/udp_socket_win.h
|
| diff --git a/net/udp/udp_socket_win.h b/net/udp/udp_socket_win.h
|
| index 807b403034e0ee4be53882ceb3142ea8ef7c2c70..142c692283e23c7c33f6066b2c3e62b1e7b27054 100644
|
| --- a/net/udp/udp_socket_win.h
|
| +++ b/net/udp/udp_socket_win.h
|
| @@ -151,6 +151,10 @@ class NET_EXPORT UDPSocketWin : NON_EXPORTED_BASE(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:
|
| enum SocketOptions {
|
| SOCKET_OPTION_REUSE_ADDRESS = 1 << 0,
|
|
|