Ip6Packet constructor

Ip6Packet()

Implementation

Ip6Packet() {
  source = Ip6Address.zero;
  destination = Ip6Address.zero;
}