summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Sauthoff <mail@georg.so>2021-06-20 20:08:07 (GMT)
committerGitHub <noreply@github.com>2021-06-20 20:08:07 (GMT)
commita317778fd58b1c6b250feffbdb4ecf15e293ef48 (patch)
treed9c3a32f3633994602750c43b4a88f9d97c88b74 /Misc
parent7265b277fa00337dfe4ea202c7f666dceb87a0b3 (diff)
downloadcpython-a317778fd58b1c6b250feffbdb4ecf15e293ef48.zip
cpython-a317778fd58b1c6b250feffbdb4ecf15e293ef48.tar.gz
cpython-a317778fd58b1c6b250feffbdb4ecf15e293ef48.tar.bz2
bpo-44077: Expose IP_RECVTOS in the socket module (GH-25992)
Co-authored-by: Pablo Galindo <pablogsal@gmail.com>
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2021-05-13-19-44-38.bpo-44077.04b2a4.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2021-05-13-19-44-38.bpo-44077.04b2a4.rst b/Misc/NEWS.d/next/Library/2021-05-13-19-44-38.bpo-44077.04b2a4.rst
new file mode 100644
index 0000000..7bb4379
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2021-05-13-19-44-38.bpo-44077.04b2a4.rst
@@ -0,0 +1,3 @@
+It's now possible to receive the type of service (ToS), a.k.a. differentiated
+services (DS), a.k.a. differenciated services code point (DSCP) and excplicit
+congestion notification (ECN) IP header fields with ``socket.IP_RECVTOS``.