]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-91968: Add socket constants SO_USER_COOKIE/SO_RTABLE from BSD (#91967)
authorDavid CARLIER <devnexen@gmail.com>
Sun, 8 May 2022 23:19:41 +0000 (00:19 +0100)
committerGitHub <noreply@github.com>
Sun, 8 May 2022 23:19:41 +0000 (16:19 -0700)
commit9d85aba9e245c1a0f6d1879f8bc6c260cb4eb721
tree09649312b8e06e5fbf55748d481b8a167d57d770
parent859250cc55711f4d62b65922d3f7537826c3801e
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>
Doc/library/socket.rst
Misc/NEWS.d/next/Library/2022-04-26-18-37-24.gh-issue-91968.fuuH1_.rst [new file with mode: 0644]
Modules/socketmodule.c