View | Details | Raw Unified | Return to bug 88336 | Differences between
and this patch

Collapse All | Expand All

(-)sys/sys/socketvar.h 31 Oct 2005 17:46:30 -0000 (+4 lines)
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
 */

Return to bug 88336