Computes a hash code based on the serialized bytes.
@override int get hashCode => sourcePort ^ destinationPort ^ payload.hashCode;