Packet constructor
Packet()
Implementation
Packet(
this.sequence,
this.source_port,
this.source_channel,
this.destination_port,
this.destination_channel,
this.data,
this.timeout_height,
this.timeout_timestamp);