| Index: trunk/src/net/socket/tcp_socket_libevent.h
|
| ===================================================================
|
| --- trunk/src/net/socket/tcp_socket_libevent.h (revision 262001)
|
| +++ trunk/src/net/socket/tcp_socket_libevent.h (working copy)
|
| @@ -61,8 +61,8 @@
|
| // - SetKeepAlive(true, 45).
|
| void SetDefaultOptionsForClient();
|
| int SetAddressReuse(bool allow);
|
| - 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);
|
|
|
|
|