Chromium Code Reviews| 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..e539db4fff7744d6b3f7a6f572e32826670cfa5e 100644 |
| --- a/net/udp/udp_socket_libevent.h |
| +++ b/net/udp/udp_socket_libevent.h |
| @@ -152,6 +152,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); |
|
cbentzel
2013/10/17 01:32:57
Comment on what the return value is.
hubbe
2013/10/21 19:39:21
Done.
|
| + |
| private: |
| enum SocketOptions { |
| SOCKET_OPTION_REUSE_ADDRESS = 1 << 0, |