diff options
author | nkinnan <nkinnan@users.noreply.github.com> | 2024-09-05 20:59:48 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-05 20:59:48 (GMT) |
commit | b5aa271f86229f126c21805ff2bd3b95526818a4 (patch) | |
tree | 3cb1d92269d3b99ec0909e662f07fa7919e6b721 /Misc/NEWS.d/next/Windows | |
parent | 6e43928831a6f62b40f5e43ad4c12eff0a5f8639 (diff) | |
download | cpython-b5aa271f86229f126c21805ff2bd3b95526818a4.zip cpython-b5aa271f86229f126c21805ff2bd3b95526818a4.tar.gz cpython-b5aa271f86229f126c21805ff2bd3b95526818a4.tar.bz2 |
gh-123476: Add support for TCP_QUICKACK socket setting to Windows (#123478)
Co-authored-by: Kirill Podoprigora <kirill.bast9@mail.ru>
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Co-authored-by: Steve Dower <steve.dower@microsoft.com>
Diffstat (limited to 'Misc/NEWS.d/next/Windows')
-rw-r--r-- | Misc/NEWS.d/next/Windows/2024-08-29-16-13-45.gh-issue-123476.m2DFS4.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Windows/2024-08-29-16-13-45.gh-issue-123476.m2DFS4.rst b/Misc/NEWS.d/next/Windows/2024-08-29-16-13-45.gh-issue-123476.m2DFS4.rst new file mode 100644 index 0000000..801214e --- /dev/null +++ b/Misc/NEWS.d/next/Windows/2024-08-29-16-13-45.gh-issue-123476.m2DFS4.rst @@ -0,0 +1 @@ +Add support for ``socket.TCP_QUICKACK`` on Windows platforms.
|