Made SLMTU kernel config'able.

This commit is contained in:
David Greenman 1994-09-09 12:58:10 +00:00
parent 4c0158a297
commit ce1f38c654
1 changed files with 3 additions and 1 deletions

View File

@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)if_sl.c 8.6 (Berkeley) 2/1/94
* $Id: if_sl.c,v 1.3 1994/08/02 07:46:20 davidg Exp $
* $Id: if_sl.c,v 1.4 1994/08/18 22:35:21 wollman Exp $
*/
/*
@ -155,7 +155,9 @@ Huh? Slip without inet?
#endif
#define SLMAX (MCLBYTES - BUFOFFSET)
#define SLBUFSIZE (SLMAX + BUFOFFSET)
#ifndef SLMTU
#define SLMTU 296
#endif
#define SLIP_HIWAT roundup(50,CBSIZE)
#define CLISTRESERVE 1024 /* Can't let clists get too low */