ecos-opt/net/net/lwip_tcpip/current ChangeLog ...

[email protected] 27 May 2012 00:52:31 -0000
Newsgroups gmane.os.ecos.cvs
Message-ID <[email protected]>
CVSROOT:	/cvs/ecos
Module name:	ecos-opt
Changes by:	[email protected]	2012-05-27 00:52:31

Modified files:
	net/net/lwip_tcpip/current: ChangeLog 
	net/net/lwip_tcpip/current/tests: nc_test_slave.c 

Log message:
	Reduced stack sizes of IDLE, LOAD and TMAIN threads as well as NUM_LOAD_THREADS to 5 (was 10) in order to fit the test for targets with as low as 128KiB RAM. Bug fix: MAX_BUF fixed so that in_buf[] and out_buf[] can accomodate up to messages of up to 10KiB used by some tests.[ Bugzilla 1001344 ]