diff options
author | Rui Cunha <rpmonteiro24@hotmail.com> | 2021-03-20 22:04:56 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-20 22:04:56 (GMT) |
commit | b05b48dd7ab68bf0046356f2abd6d7fe3b5b3d77 (patch) | |
tree | 16db8b9d1324c2cc442cb3d3083144de87b8205b /Misc | |
parent | 66c8adfa27aeea004657ef29b6db4e4c360ad611 (diff) | |
download | cpython-b05b48dd7ab68bf0046356f2abd6d7fe3b5b3d77.zip cpython-b05b48dd7ab68bf0046356f2abd6d7fe3b5b3d77.tar.gz cpython-b05b48dd7ab68bf0046356f2abd6d7fe3b5b3d77.tar.bz2 |
bpo-43571: Add IPPROTO_MPTCP macro (GH-24946)
Add IPPROTO_MPTCP constant when defined in the system headers.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2021-03-20-17-40-35.bpo-43571.acAL0W.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2021-03-20-17-40-35.bpo-43571.acAL0W.rst b/Misc/NEWS.d/next/Library/2021-03-20-17-40-35.bpo-43571.acAL0W.rst new file mode 100644 index 0000000..56714dc --- /dev/null +++ b/Misc/NEWS.d/next/Library/2021-03-20-17-40-35.bpo-43571.acAL0W.rst @@ -0,0 +1 @@ +It's now possible to create MPTCP sockets with IPPROTO_MPTCP
\ No newline at end of file |