Skip to content

Commit 3dc0a79

Browse files
committed
* common.h: Increased MAX_BUF_SIZE from 8192 to 10240.
1 parent 23a9540 commit 3dc0a79

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
15
2008-08-30 Chris Dunlap <cdunlap@llnl.gov>
26

37
* lib/exec/hp-ilo.exp: Increased timeout to 5s for interact block.

common.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
* - MAX_SOCK_LINE >= MAX_LINE
6666
*/
6767
#define CONMAN_REPLAY_LEN 4096
68-
#define MAX_BUF_SIZE 8192
68+
#define MAX_BUF_SIZE 10240
6969
#define MAX_SOCK_LINE 32768 /* XXX: MCR kludge (was 8192) */
7070
#define MAX_LINE 1024
7171

0 commit comments

Comments
 (0)