Metadata returns packet metadata associated with this packet.
()
| 97 | Data() []byte |
| 98 | // Metadata returns packet metadata associated with this packet. |
| 99 | Metadata() *PacketMetadata |
| 100 | } |
| 101 | |
| 102 | // packet contains all the information we need to fulfill the Packet interface, |
no outgoing calls