Re: Incorrect workaround for KB 823764 in fhandler_socket.cc

2014-11-13 Thread Denis Excoffier
On 2014-11-14 05:37, Iuliu Rus wrote: > > What is the procedure for submitting patches for cygwin? See https://cygwin.com/contrib.html Denis Excoffier. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.co

Incorrect workaround for KB 823764 in fhandler_socket.cc

2014-11-13 Thread Iuliu Rus
Hello, While investigating a problem on the google cloud infrastructure, we have discovered that the workaround for KB 823764 in fhandler_socket.cc is incorrect - the data must be split in packets strictly less than the send buffer size (instead of <=). What is the procedure for submitting patches