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
Refactor ethernet.c layer 2 handling, such that all callers have to set the ll_proto_type flag to the correct value for the respective protocol instead of having custom bit-field for all supported protocols. This makes the stack more extensible with respect to layer 2 protocols.
Remove all is_X bit flags from the net_pkt structure.
The text was updated successfully, but these errors were encountered:
Refactor
ethernet.c
layer 2 handling, such that all callers have to set thell_proto_type
flag to the correct value for the respective protocol instead of having custom bit-field for all supported protocols. This makes the stack more extensible with respect to layer 2 protocols.Remove all
is_X
bit flags from thenet_pkt
structure.The text was updated successfully, but these errors were encountered: