/* 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: /mit/cgw/gw/in/RCS/inparam.h,v $
 * $Revision: 1.2 $
 * $Date: 87/10/12 02:11:08 $
 * $State: Exp $
 * $Author: jon $
 * $Locker: jon $
 *
 * $Log:	inparam.h,v $
 * 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 INITIAL_FRAG_TTL 120 /* two minutes */
#define MAX_IN_FRAG_BUFFERS 20

/* Maximum number of handlers and tasks used */

#define	INMXHND	10
#define	INMXTSK	10

