Feature or enhancement
Expose some of ETH_P_* consts to ease raw socket creation
Pitch
Creating a raw socket requires setting protocol to one of the ETH_P_* constants, which are not exposed by the socket module as for now.
I suggest we expose some of those values in the socket module.
Feature or enhancement
Expose some of
ETH_P_*consts to ease raw socket creationPitch
Creating a raw socket requires setting protocol to one of the
ETH_P_*constants, which are not exposed by the socket module as for now.I suggest we expose some of those values in the
socketmodule.