Closed eric closed 5 years ago
This uses the packet.Payload() function that does length checks itself and then also ensures that the payload is long enough to do the header check.
packet.Payload()
All committers have signed the CLA.
Friendly ping. We've been using this in production without issue.
This uses the
packet.Payload()
function that does length checks itself and then also ensures that the payload is long enough to do the header check.