/* Copyright 1984 by the Massachusetts Institute of Technology */

/* Various semi-static IN parameters. Anything that is site dependent,
 * or might change, that can easily be made an external should be
 * to prevent painful recompilations on a site-dependant basis.
 */

/*
 *------------------------------------------------------------------
 *
 * $Source: /site/mit/cgw/gw/in/RCS/inparam.h,v $
 * $Revision: 1.3 $
 * $Date: 87/10/27 23:56:07 $
 * $State: Exp $
 * $Author: jon $
 * $Locker: jon $
 *
 * $Log:	inparam.h,v $
 * Revision 1.3  87/10/27  23:56:07  jon
 * Removes INITIAL_FRAG_TTL, INTTL from in.h is used instead
 * 
 * Revision 1.2  87/10/12  02:11:08  jon
 * Adds parameters for packet reassembly.
 * 
 * 
 *------------------------------------------------------------------
 */

/* Priority of IP packet processing, etc */

#define	INPPRI	0100
#define EGPPRI	0110
#define GGPPRI	0110
#define INFRAGPRI 0120

/* Reassembly */

#define MAX_IN_FRAG_BUFFERS 20

/* Maximum number of handlers and tasks used */

#define	INMXHND	10
#define	INMXTSK	10

