Skip to content

Commit f629d5f

Browse files
[3.12] gh-89415: Mention new IP_* constants in socket module in the docs (GH-105266) (#105270)
gh-89415: Mention new `IP_*` constants in `socket` module in the docs (GH-105266) (cherry picked from commit eaff9c3) Co-authored-by: Nikita Sobolev <[email protected]>
1 parent d3922c4 commit f629d5f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Doc/library/socket.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,8 @@ Constants
436436
``TCP_FASTOPEN_CONNECT``, ``TCP_ULP``, ``TCP_MD5SIG_EXT``,
437437
``TCP_FASTOPEN_KEY``, ``TCP_FASTOPEN_NO_COOKIE``,
438438
``TCP_ZEROCOPY_RECEIVE``, ``TCP_INQ``, ``TCP_TX_DELAY``.
439-
Added ``IP_PKTINFO``.
439+
Added ``IP_PKTINFO``, ``IP_UNBLOCK_SOURCE``, ``IP_BLOCK_SOURCE``,
440+
``IP_ADD_SOURCE_MEMBERSHIP``, ``IP_DROP_SOURCE_MEMBERSHIP``.
440441

441442
.. data:: AF_CAN
442443
PF_CAN

0 commit comments

Comments
 (0)