mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
bpo-44077: Expose IP_RECVTOS in the socket module (GH-25992)
Co-authored-by: Pablo Galindo <pablogsal@gmail.com>
This commit is contained in:
parent
7265b277fa
commit
a317778fd5
4 changed files with 12 additions and 0 deletions
|
@ -379,6 +379,9 @@ Constants
|
|||
On Windows, ``TCP_KEEPIDLE``, ``TCP_KEEPINTVL`` appear if run-time Windows
|
||||
supports.
|
||||
|
||||
.. versionchanged:: 3.10
|
||||
``IP_RECVTOS`` was added.
|
||||
|
||||
.. data:: AF_CAN
|
||||
PF_CAN
|
||||
SOL_CAN_*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue