projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
92c0161
)
initialize m_initial{Recv,Send}BufferSize in wxSocketClient ctor (patch 1905981)
author
Vadim Zeitlin
<vadim@wxwidgets.org>
Sat, 15 Mar 2008 02:10:49 +0000
(
02:10
+0000)
committer
Vadim Zeitlin
<vadim@wxwidgets.org>
Sat, 15 Mar 2008 02:10:49 +0000
(
02:10
+0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52526
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
src/common/socket.cpp
patch
|
blob
|
blame
|
history
diff --git
a/src/common/socket.cpp
b/src/common/socket.cpp
index 52aba80f2d4c2bc014da5b1d17f30e22e670a06e..a53ae44d636002fa844fb99f0c1e2aecf60f8415 100644
(file)
--- a/
src/common/socket.cpp
+++ b/
src/common/socket.cpp
@@
-1260,6
+1260,8
@@
bool wxSocketBase::SetLocal(wxIPV4address& local)
wxSocketClient::wxSocketClient(wxSocketFlags flags)
: wxSocketBase(flags, wxSOCKET_CLIENT)
{
+ m_initialRecvBufferSize =
+ m_initialSendBufferSize = -1;
}
wxSocketClient::~wxSocketClient()