certi-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

certi/include certi.hh


From: certi-cvs
Subject: certi/include certi.hh
Date: Mon, 19 Nov 2007 10:28:57 +0000

CVSROOT:        /sources/certi
Module name:    certi
Changes by:     Eric NOULARD <erk>      07/11/19 10:28:57

Modified files:
        include        : certi.hh 

Log message:
        Make the default buffer size better suits the user's needs.
        See bug #21423 : Size of Constants
        This should be seen as a _TEMPORARY_ measure before
        adpoting a more dynamic solution.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/certi/include/certi.hh?cvsroot=certi&r1=3.18&r2=3.19

Patches:
Index: certi.hh
===================================================================
RCS file: /sources/certi/certi/include/certi.hh,v
retrieving revision 3.18
retrieving revision 3.19
diff -u -b -r3.18 -r3.19
--- certi.hh    19 Nov 2007 10:04:33 -0000      3.18
+++ certi.hh    19 Nov 2007 10:28:57 -0000      3.19
@@ -16,7 +16,7 @@
 // License along with this program ; if not, write to the Free Software
 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
 //
-// $Id: certi.hh,v 3.18 2007/11/19 10:04:33 erk Exp $
+// $Id: certi.hh,v 3.19 2007/11/19 10:28:57 erk Exp $
 // ----------------------------------------------------------------------------
 
 #ifndef CERTI_HH_INCLUDED
@@ -55,7 +55,7 @@
  */
 
 // Deprecated HLA macros still in use
-#define MAX_BYTES_PER_VALUE 150
+#define MAX_BYTES_PER_VALUE 500
 #define MAX_FEDERATE_NAME_LENGTH 64
 #define MAX_FEDERATION_NAME_LENGTH 64
 #undef MAX_USER_TAG_LENGTH
@@ -70,7 +70,7 @@
 // next used in MessageBody constructor with no size
 // EN. change from 200-->236 because HeaderStruct is 36
 //     see MessageBody code for reason
-#define BUFFER_SIZE_DEFAULT 236
+#define BUFFER_SIZE_DEFAULT 536
 // next used in RTIG::processIncomingMessage method
 #define BUFFER_EXCEPTION_REASON_SIZE 256
 
@@ -320,4 +320,4 @@
 
 #endif // CERTI_HH_INCLUDED
 
-// $Id: certi.hh,v 3.18 2007/11/19 10:04:33 erk Exp $
+// $Id: certi.hh,v 3.19 2007/11/19 10:28:57 erk Exp $




reply via email to

[Prev in Thread] Current Thread [Next in Thread]