ICMP Echo Reply
[Source]
# File lib/racket/l4/icmp.rb, line 125 def initialize(*args) super(*args) self.type = 0 self.code = 0 end
[Validate]