]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/sockets/client.cpp
Removed xpm[d].lib
[wxWidgets.git] / samples / sockets / client.cpp
index 2bbe2a99492cb9f4c43e7ff9e316daee1b219713..ea1f02c814eace57f7044a5aa48dfa05fcf65c8c 100644 (file)
@@ -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];