We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23a9540 commit 3dc0a79Copy full SHA for 3dc0a79
ChangeLog
@@ -1,3 +1,7 @@
1
+2008-09-03 Chris Dunlap <cdunlap@llnl.gov>
2
+
3
+ * common.h: Increased MAX_BUF_SIZE from 8192 to 10240.
4
5
2008-08-30 Chris Dunlap <cdunlap@llnl.gov>
6
7
* lib/exec/hp-ilo.exp: Increased timeout to 5s for interact block.
common.h
@@ -65,7 +65,7 @@
65
* - MAX_SOCK_LINE >= MAX_LINE
66
*/
67
#define CONMAN_REPLAY_LEN 4096
68
-#define MAX_BUF_SIZE 8192
+#define MAX_BUF_SIZE 10240
69
#define MAX_SOCK_LINE 32768 /* XXX: MCR kludge (was 8192) */
70
#define MAX_LINE 1024
71
0 commit comments