summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorVictor Westerhuis <viccie30@users.noreply.github.com>2024-02-20 21:08:15 (GMT)
committerGitHub <noreply@github.com>2024-02-20 21:08:15 (GMT)
commite1fdc3c323bd605f92622b7ee18805885ff0bb4e (patch)
treef1aedff0ec71d961ea162ea15523a24932dde97c /Misc/NEWS.d
parent142502ea8d26b17732009b6e981e630c342054f7 (diff)
downloadcpython-e1fdc3c323bd605f92622b7ee18805885ff0bb4e.zip
cpython-e1fdc3c323bd605f92622b7ee18805885ff0bb4e.tar.gz
cpython-e1fdc3c323bd605f92622b7ee18805885ff0bb4e.tar.bz2
gh-104061: Add socket.SO_BINDTOIFINDEX constant (GH-104062)
Add socket.SO_BINDTOIFINDEX constant This socket option avoids a race condition between SO_BINDTODEVICE and network interface renaming.
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/Library/2023-05-01-22-28-57.gh-issue-104061.vxfBXf.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2023-05-01-22-28-57.gh-issue-104061.vxfBXf.rst b/Misc/NEWS.d/next/Library/2023-05-01-22-28-57.gh-issue-104061.vxfBXf.rst
new file mode 100644
index 0000000..e15a811
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2023-05-01-22-28-57.gh-issue-104061.vxfBXf.rst
@@ -0,0 +1 @@
+Add :data:`socket.SO_BINDTOIFINDEX` constant.