Mercurial > flash_v2
changeset 830:5fbe5042a140
* cdl/net.cdl: Added CYGDBG_NET_SHOW_MBUFS option to turn on
accumulation and display of mbuf state information.
| author | nickg |
|---|---|
| date | Mon, 17 Mar 2003 18:39:00 +0000 |
| parents | 639f0c464be5 |
| children | 0b41b42148e9 |
| files | packages/net/common/current/ChangeLog packages/net/common/current/cdl/net.cdl |
| diffstat | 2 files changed, 15 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/packages/net/common/current/ChangeLog +++ b/packages/net/common/current/ChangeLog @@ -1,3 +1,8 @@ +2003-03-14 Nick Garnett <nickg@balti.calivar.com> + + * cdl/net.cdl: Added CYGDBG_NET_SHOW_MBUFS option to turn on + accumulation and display of mbuf state information. + 2003-03-06 Gary Thomas <gary@mlbassoc.com> * src/getaddrinfo.c: Need to clear any addresses - malloc() can
--- a/packages/net/common/current/cdl/net.cdl +++ b/packages/net/common/current/cdl/net.cdl @@ -287,6 +287,16 @@ cdl_package CYGPKG_NET { etc take to perform." } + cdl_option CYGDBG_NET_SHOW_MBUFS { + display "Network MBUF diagnostics" + default_value 0 + description " + This option controls whether diagnostic + information about the state of all mbufs is collected. + This information will be displayed whenever the network + stack runs out of mbufs." + } + cdl_component CYGPKG_NET_OPTIONS { display "Networking support build options" flavor none @@ -355,7 +365,6 @@ cdl_package CYGPKG_NET { tests/flood \ tests/ping_test \ tests/dhcp_test \ - tests/dhcp_test2 \ tests/ping_lo_test \ tests/tcp_lo_test \ tests/udp_lo_test \
