Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/netinet/ip_input.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/netinet/ip_input.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.93.2.8 retrieving revision 1.132 diff -u -p -r1.93.2.8 -r1.132 --- src/sys/netinet/ip_input.c 2001/04/21 17:46:48 1.93.2.8 +++ src/sys/netinet/ip_input.c 2001/04/13 23:30:22 1.132 @@ -1,4 +1,4 @@ -/* $NetBSD: ip_input.c,v 1.93.2.8 2001/04/21 17:46:48 bouyer Exp $ */ +/* $NetBSD: ip_input.c,v 1.132 2001/04/13 23:30:22 thorpej Exp $ */ /* * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. @@ -212,7 +212,7 @@ struct pfil_head inet_pfil_hook; struct ipqhead ipq; int ipq_locked; int ip_nfragpackets = 0; -int ip_maxfragpackets = 200; +int ip_maxfragpackets = -1; static __inline int ipq_lock_try __P((void)); static __inline void ipq_unlock __P((void));