Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2008-07-27 14:20:49 +0400
committerCorinna Vinschen <corinna@vinschen.de>2008-07-27 14:20:49 +0400
commitbfd2b1c9307ebe2cf8611b447cafa2809c9ac8dd (patch)
treee8063b74514fff96b54aabf03c72b94f412d47be /winsup/cygwin/ChangeLog
parent34cc372abe5dfd1d868b1e4428c8b5f49cbda5ce (diff)
* fhandler_socket.cc (fhandler_socket::send_internal): Send never more
then 64K bytes at once. For blocking sockets, loop until entire data has been sent or an error occurs. (fhandler_socket::sendto): Drop code which sends on 64K bytes. (fhandler_socket::sendmsg): Ditto.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 425de1085..08013867f 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,11 @@
+2008-07-27 Corinna Vinschen <corinna@vinschen.de>
+
+ * fhandler_socket.cc (fhandler_socket::send_internal): Send never more
+ then 64K bytes at once. For blocking sockets, loop until entire data
+ has been sent or an error occurs.
+ (fhandler_socket::sendto): Drop code which sends on 64K bytes.
+ (fhandler_socket::sendmsg): Ditto.
+
2008-07-26 Christopher Faylor <me+cygwin@cgf.cx>
* fhandler_tty.cc (fhandler_pty_master::setup): Reorganize so that all