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
We have a few places in tests where we need to preset values in a buffer in order to successfully create a zero-copy view for a given packet type if the length computation of variable length elements depends on existing state -- for instance, Ipv6 packets. It would be useful in such cases to bypass nested subparsing, or to force a minimum-sized repr in a given buffer.
The text was updated successfully, but these errors were encountered:
We have a few places in tests where we need to preset values in a buffer in order to successfully create a zero-copy view for a given packet type if the length computation of variable length elements depends on existing state -- for instance,
Ipv6
packets. It would be useful in such cases to bypass nested subparsing, or to force a minimum-sized repr in a given buffer.The text was updated successfully, but these errors were encountered: