ICMP Echo. Generic class that ICMPEchoRequest and ICMPEchoReply inherit
[Source]
# File lib/racket/l4/icmp.rb, line 103 def initialize(*args) super(*args) self.type = 8 self.code = 0 end
[Validate]