[Cluster-devel] conga/ricci/ricci SSLInstance.cpp

rmccabe at sourceware.org rmccabe at sourceware.org
Fri Jun 1 23:13:25 UTC 2007


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) {




More information about the Cluster-devel mailing list