This is the mail archive of the ecos-cvs@sourceware.org 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 c ...


CVSROOT:	/cvs/ecos
Module name:	ecos-opt
Changes by:	jlarmour@sourceware.org	2011-02-22 04:36:21

Modified files:
	net/net/bsd_tcpip/current: ChangeLog 
	net/net/bsd_tcpip/current/cdl: freebsd_net.cdl 
	net/net/bsd_tcpip/current/include/netinet: tcp_var.h 
	net/net/bsd_tcpip/current/src/sys/netinet: if_ether.c 
	                                           tcp_input.c 
	                                           tcp_subr.c 

Log message:
	* src/sys/netinet/if_ether.c: Merge fix from FreeBSD CVS r1.108.
	Prevents creation of reciprocal ARP cache entries for hosts not on
	local subnet.
	* cdl/freebsd_net.cdl:
	* include/netinet/tcp_var.c:
	* src/sys/netinet/tcp_subr.c:
	* src/sys/netinet/tcp_input.c: Merge fix from FreeBSD CVS. Introduces
	a maximum size for the TCP reassembly queue to limit network buffer
	usage associated with reassembly. Enable CYGNUM_NET_TCP_REASS_DIVISOR
	and set it to configure the maximum number of buffers usable for TCP
	reassembly.


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