From 31a4067a68fd28790af3344406d3014a7f10e002 Mon Sep 17 00:00:00 2001 From: jhay Date: Sat, 13 Apr 1996 15:13:30 +0000 Subject: Accept and use the content of packets received that is bigger than the Novell spec, but still only transmit according to the spec. Add a feature to dump the RIP and SAP tables when a SIGINFO signal is received. --- usr.sbin/IPXrouted/protocol.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'usr.sbin/IPXrouted/protocol.h') diff --git a/usr.sbin/IPXrouted/protocol.h b/usr.sbin/IPXrouted/protocol.h index e41f5c7..4a7ab85 100644 --- a/usr.sbin/IPXrouted/protocol.h +++ b/usr.sbin/IPXrouted/protocol.h @@ -37,7 +37,7 @@ * * @(#)protocol.h 8.1 (Berkeley) 6/5/93 * - * $Id: protocol.h,v 1.4 1995/10/11 18:57:24 jhay Exp $ + * $Id: protocol.h,v 1.1 1995/10/26 21:28:21 julian Exp $ */ /* @@ -70,7 +70,8 @@ char *ripcmds[RIPCMD_MAX] = #define HOPCNT_INFINITY 16 /* per IPX */ #define DSTNETS_ALL 0xffffffff /* per IPX */ -#define MAXPACKETSIZE 512 /* max broadcast size */ +#define MAXRXPACKETSIZE 1500 /* max rx broadcast size */ +#define MAXRIPNETS 50 /* max nets in tx packet */ extern union ipx_net ipx_anynet; extern union ipx_net ipx_zeronet; -- cgit v1.1