diff options
author | David CARLIER <devnexen@gmail.com> | 2022-05-08 23:19:41 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-08 23:19:41 (GMT) |
commit | 9d85aba9e245c1a0f6d1879f8bc6c260cb4eb721 (patch) | |
tree | 09649312b8e06e5fbf55748d481b8a167d57d770 /Misc | |
parent | 859250cc55711f4d62b65922d3f7537826c3801e (diff) | |
download | cpython-9d85aba9e245c1a0f6d1879f8bc6c260cb4eb721.zip cpython-9d85aba9e245c1a0f6d1879f8bc6c260cb4eb721.tar.gz cpython-9d85aba9e245c1a0f6d1879f8bc6c260cb4eb721.tar.bz2 |
gh-91968: Add socket constants SO_USER_COOKIE/SO_RTABLE from BSD (#91967)
Those are somewhat equivalent to Linux' SO_MARK.
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2022-04-26-18-37-24.gh-issue-91968.fuuH1_.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2022-04-26-18-37-24.gh-issue-91968.fuuH1_.rst b/Misc/NEWS.d/next/Library/2022-04-26-18-37-24.gh-issue-91968.fuuH1_.rst new file mode 100644 index 0000000..f16f5d3 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2022-04-26-18-37-24.gh-issue-91968.fuuH1_.rst @@ -0,0 +1 @@ +Add ``SO_RTABLE`` and ``SO_USER_COOKIE`` constants to :mod:`socket`. |