Support partial default initialization with IpAuthHeader
& Ipv6RawExtHeader
#67
Labels
enhancement
New feature or request
IpAuthHeader
& Ipv6RawExtHeader
#67
It would be nice if one could simply write:
or
But this is currently not possible as the payload buffers are implemented via some private fields. In both of structs cases these private fields contain a buffer for options as well as a length for how much of the buffer is filled.
We can get around this limitation by moving the buffers into their own types and making them public.
The text was updated successfully, but these errors were encountered: