Check-in Number:
|
4181 | |
Date: |
2001-Jul-09 19:21:36 (local)
2001-Jul-09 17:21:36 (UTC) |
User: | simons |
Branch: | |
Comment: |
Added XDS_INITIAL_BUFFER_CAPACITY define. |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/xds/internal.h 1.4 -> 1.5
--- internal.h 2001/07/08 15:28:51 1.4
+++ internal.h 2001/07/09 17:21:36 1.5
@@ -32,7 +32,8 @@
#include "xds.h"
-#define XDS_INITIAL_ENGINES_CAPACITY 32
+#define XDS_INITIAL_BUFFER_CAPACITY 512
+#define XDS_INITIAL_ENGINES_CAPACITY 32
typedef struct
{
|
|