ICMPv6Echo Reply
[Source]
# File lib/racket/l4/icmpv6.rb, line 194 def initialize(*args) super(*args) self.type = ICMPv6_TYPE_ECHO_REPLY self.code = 0 end
[Validate]