This is the mail archive of the ecos-cvs@sources.redhat.com mailing list for the ecos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

ecos-opt/net/net/bsd_tcpip/current ChangeLog s ...


CVSROOT:	/cvs/ecos
Module name:	ecos-opt
Changes by:	jlarmour@sourceware.org	2003-06-26 05:56:06

Modified files:
	net/net/bsd_tcpip/current: ChangeLog 
	net/net/bsd_tcpip/current/src/sys/netinet: ip_input.c 

Log message:
	* src/sys/netinet/ip_input.c(ip_reass):
	ip_nfragpackets is increasing by dropping fragments due to mbuf
	starvation and eventually exceeds ip_maxfragpackets, which
	results in refusing all fragments later. On the other hand, nipq
	and maxnipq can be used as a substitute for ip_nfragpackets and
	ip_maxfragpackets. This fix is the collection of the fixes done
	at the following revisions of freebsd main branch; 1.221, 1.222,
	1.223 and 1.229.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]