PingPacket constructor

PingPacket()

Implementation

PingPacket() {
  header.packetType = PacketType.ping;
}