X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8dfea369ea1edb71fdae8dcd2014d1a871232ced..1e1ca6f0b25e1142a6d9ca496b68ec6649df5d69:/samples/sockets/client.cpp diff --git a/samples/sockets/client.cpp b/samples/sockets/client.cpp index 2bbe2a9949..ea1f02c814 100644 --- a/samples/sockets/client.cpp +++ b/samples/sockets/client.cpp @@ -486,7 +486,6 @@ void MyFrame::OnTest3(wxCommandEvent& WXUNUSED(event)) m_sock->SetFlags(wxSOCKET_WAITALL); // Note that len is in kbytes here! - // Also note that Linux kernel 2.0.36 gives up at len > 27. len = 32; buf1 = new char[len * 1024]; buf2 = new char[len * 1024];