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