From mboxrd@z Thu Jan 1 00:00:00 1970 From: rmccabe@sourceware.org Date: 1 Jun 2007 23:13:25 -0000 Subject: [Cluster-devel] conga/ricci/ricci SSLInstance.cpp Message-ID: <20070601231325.12927.qmail@sourceware.org> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit CVSROOT: /cvs/cluster Module name: conga Branch: EXPERIMENTAL Changes by: rmccabe at sourceware.org 2007-06-01 23:13:24 Modified files: ricci/ricci : SSLInstance.cpp Log message: - Increase read buffer size for network data to 4k Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/ricci/SSLInstance.cpp.diff?cvsroot=cluster&only_with_tag=EXPERIMENTAL&r1=1.7&r2=1.7.4.1 --- conga/ricci/ricci/SSLInstance.cpp 2006/12/06 22:34:08 1.7 +++ conga/ricci/ricci/SSLInstance.cpp 2007/06/01 23:13:24 1.7.4.1 @@ -1,5 +1,5 @@ /* - Copyright Red Hat, Inc. 2005 + Copyright Red Hat, Inc. 2005-2007 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the @@ -279,7 +279,7 @@ if (!_accepted) throw String("cannot receive, yet: SSL connection not accepted"); - char buff[1024]; + char buff[4096]; unsigned int beg = time_mil(); while (time_mil() < beg + timeout) {