diff options
Diffstat (limited to 'net/socket/socks5_client_socket.h')
-rw-r--r-- | net/socket/socks5_client_socket.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/socket/socks5_client_socket.h b/net/socket/socks5_client_socket.h index 1a5672d..395d3e9 100644 --- a/net/socket/socks5_client_socket.h +++ b/net/socket/socks5_client_socket.h @@ -48,6 +48,9 @@ class SOCKS5ClientSocket : public ClientSocket { virtual int Read(IOBuffer* buf, int buf_len, CompletionCallback* callback); virtual int Write(IOBuffer* buf, int buf_len, CompletionCallback* callback); + virtual bool SetReceiveBufferSize(int32 size); + virtual bool SetSendBufferSize(int32 size); + #if defined(OS_LINUX) virtual int GetPeerName(struct sockaddr* name, socklen_t* namelen); #endif |