Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Unable to render {include} The included page could not be found.
Unable to render {include} The included page could not be found.

ICMP Functions
NetICMP_CfgTxSrcQuenchTh()

Configure ICMP transmit source quench entry’s access transmit threshold.

Files

net_icmp.h/net_icmp.c

Prototype

CPU_BOOLEAN NetICMP_CfgTxSrcQuenchTh(CPU_INT16U th);

Arguments

th

Desired number of received IP packets from a specific IP source host that trips the transmission of an additional ICMP Source Quench Error Message.

Returned Value

DEF_OK,

ICMP transmit source quench threshold configured.

DEF_FAIL,

otherwise.

Required Configuration

None.

Notes / Warnings

None.

  • No labels