| Index: trunk/src/net/socket/tcp_socket_win.h
|
| ===================================================================
|
| --- trunk/src/net/socket/tcp_socket_win.h (revision 262001)
|
| +++ trunk/src/net/socket/tcp_socket_win.h (working copy)
|
| @@ -63,8 +63,8 @@
|
| // - SetKeepAlive(true, 45).
|
| void SetDefaultOptionsForClient();
|
| int SetExclusiveAddrUse();
|
| - int SetReceiveBufferSize(int32 size);
|
| - int SetSendBufferSize(int32 size);
|
| + bool SetReceiveBufferSize(int32 size);
|
| + bool SetSendBufferSize(int32 size);
|
| bool SetKeepAlive(bool enable, int delay);
|
| bool SetNoDelay(bool no_delay);
|
|
|
|
|