| getnsratecontrolResult Structure Definition |
The getnsratecontrolResult structure defines the return type for getnsratecontrol API. |
Syntax |
Members |
rc |
If the method succeeds, rc is 0 else rc > 0. Values above 0x8000 indicate Warnings. |
message |
If the method succeeds, message is NULL else message contains Error/Warning message. |
nsratecontrolList |
List of nsratecontrols |
| nsratecontrol Structure Definition |
The nsratecontrol structure defines the actual return type values for getnsratecontrol API. |
Syntax |
Members |
tcpthreshold |
Number of SYNs permitted per 10 milliseconds. |
udpthreshold |
Number of UDP packets permitted per 10 milliseconds. |
icmpthreshold |
Number of ICMP packets permitted per 10 milliseconds. |
tcprstthreshold |
The number of TCP RST packets permitted per 10 milli second. zero means rate control is disabled and 0xffffffff means every thing is rate controlled |
_nextgenapiresource |
See Also |