mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
bpo-46696: Add socket.SO_INCOMING_CPU constant (#31237)
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
This commit is contained in:
parent
b295a92c50
commit
d5dfcd4489
3 changed files with 13 additions and 0 deletions
|
@ -575,6 +575,15 @@ Constants
|
|||
|
||||
.. availability:: FreeBSD.
|
||||
|
||||
.. data:: SO_INCOMING_CPU
|
||||
|
||||
Constant to optimize CPU locality, to be used in conjunction with
|
||||
:data:`SO_REUSEPORT`.
|
||||
|
||||
.. versionadded:: 3.11
|
||||
|
||||
.. availability:: Linux >= 3.9
|
||||
|
||||
Functions
|
||||
^^^^^^^^^
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue