summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
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 /Doc/whatsnew
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 'Doc/whatsnew')
-rw-r--r--Doc/whatsnew/3.10.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.10.rst b/Doc/whatsnew/3.10.rst
index ba5b0a2..528d8ab 100644
--- a/Doc/whatsnew/3.10.rst
+++ b/Doc/whatsnew/3.10.rst
@@ -1219,6 +1219,9 @@ The exception :exc:`socket.timeout` is now an alias of :exc:`TimeoutError`.
Add option to create MPTCP sockets with ``IPPROTO_MPTCP``
(Contributed by Rui Cunha in :issue:`43571`.)
+Add ``IP_RECVTOS`` option to receive the type of service (ToS) or DSCP/ECN fields
+(Contributed by Georg Sauthoff in :issue:`44077`.)
+
ssl
---