Module IcmpCodes

Module IcmpCodes 

Source
Expand description

Enumeration of available ICMP codes for “echo reply” ICMP packets. There is actually only one, since the only valid ICMP code is 0.

Constants§

NoCode
0 is the only available ICMP code for “echo reply” ICMP packets.