New GitHub issue #95389 from noamcohen97:<br>

<hr>

<pre>
# 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.
</pre>

<hr>

<a href="https://github.com/python/cpython/issues/95389">View on GitHub</a>
<p>Labels: type-feature</p>
<p>Assignee: </p>