From mboxrd@z Thu Jan 1 00:00:00 1970 From: andrew.lunn@ascom.ch (Andrew Lunn) To: gthomas@redhat.com (Gary Thomas) Cc: carl@leg.uct.ac.za, ecos-discuss@sources.redhat.com Subject: Re: [ECOS] high bandwidth network problems Date: Wed, 06 Sep 2000 05:19:00 -0000 Message-id: <200009061219.OAA01342@biferten.ma.tech.ascom.ch> References: X-SW-Source: 2000-09/msg00059.html > Try increasing the number of mbufs. Set the configuration parameter > CYGPKG_NET_MEM_USAGE to something larger (the default is 256*1024). > > Do you have the latest code from CVS? I seem to recall something in there > about an mbuf memory leak which was fixed recently. This might help. Increasing the memory is not the real solution. The code will cope with running out of mbufs, its a normal occurance. Whats wrong is printing these messages. Printing these messages is a classic denial of service problem. What it should do is limit the number of times it prints it, to a maximum of one per second, or even not at all. Andrew