Added debuf printf()s to GSocket,
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6640 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -486,7 +486,8 @@ void MyFrame::OnTest3(wxCommandEvent& WXUNUSED(event))
|
||||
m_sock->SetFlags(wxSOCKET_WAITALL);
|
||||
|
||||
// Note that len is in kbytes here!
|
||||
len = 32;
|
||||
// Also note that Linux kernel 2.0.36 gives up at len > 27.
|
||||
len = 28;
|
||||
buf1 = new char[len * 1024];
|
||||
buf2 = new char[len * 1024];
|
||||
|
||||
|
Reference in New Issue
Block a user