diff options
Diffstat (limited to 'net/socket/socks_client_socket.h')
-rw-r--r-- | net/socket/socks_client_socket.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/socket/socks_client_socket.h b/net/socket/socks_client_socket.h index 1b0cd79..9b53c11 100644 --- a/net/socket/socks_client_socket.h +++ b/net/socket/socks_client_socket.h @@ -47,6 +47,9 @@ class SOCKSClientSocket : 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) // Needed by ssl_client_socket_nss. virtual int GetPeerName(struct sockaddr* name, socklen_t* namelen); |