You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we have a PacketData struct, which has an embedded Payload type. It is more in line with the spec if we create a single type Payload that has all of the fields, i.e.
Summary of Bug
Currently we have a
PacketData
struct, which has an embeddedPayload
type. It is more in line with the spec if we create a single typePayload
that has all of the fields, i.e.Source/DestPorts, encoding, version, application bz.
ref #7413 (comment)
For Admin Use
The text was updated successfully, but these errors were encountered: