Lines 115-121
Link Here
|
115 |
/* |
115 |
/* |
116 |
* Constants for sb_flags field of struct sockbuf. |
116 |
* Constants for sb_flags field of struct sockbuf. |
117 |
*/ |
117 |
*/ |
|
|
118 |
#ifdef FIX |
119 |
#define SB_MAX (((8*1024*1024)/MCLBYTES)*(MSIZE+MCLBYTES)) |
120 |
#else |
118 |
#define SB_MAX (256*1024) /* default for max chars in sockbuf */ |
121 |
#define SB_MAX (256*1024) /* default for max chars in sockbuf */ |
|
|
122 |
#endif |
119 |
/* |
123 |
/* |
120 |
* Constants for sb_flags field of struct sockbuf. |
124 |
* Constants for sb_flags field of struct sockbuf. |
121 |
*/ |
125 |
*/ |