diff options
author | Thomas Grainger <tagrain@gmail.com> | 2024-12-26 14:50:20 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-26 14:50:20 (GMT) |
commit | 9ddc388527477afdae17252628d63138631072ba (patch) | |
tree | 3a0da9dcb59e56b8fc01afad1b92c6806a5c2827 /Doc/library | |
parent | 42f7a00ae8b6b3fa09115e24b9512216c6c8978e (diff) | |
download | cpython-9ddc388527477afdae17252628d63138631072ba.zip cpython-9ddc388527477afdae17252628d63138631072ba.tar.gz cpython-9ddc388527477afdae17252628d63138631072ba.tar.bz2 |
gh-124761: add `socket.SO_REUSEPORT_LB` (#124961)
Diffstat (limited to 'Doc/library')
-rw-r--r-- | Doc/library/socket.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Doc/library/socket.rst b/Doc/library/socket.rst index 58323ba..8ba2bd1 100644 --- a/Doc/library/socket.rst +++ b/Doc/library/socket.rst @@ -674,6 +674,14 @@ Constants .. availability:: Linux >= 3.9 +.. data:: SO_REUSEPORT_LB + + Constant to enable duplicate address and port bindings with load balancing. + + .. versionadded:: next + + .. availability:: FreeBSD >= 12.0 + .. data:: AF_HYPERV HV_PROTOCOL_RAW HVSOCKET_CONNECT_TIMEOUT |