Skip to content

Commit

Permalink
gh-89415: Mention new IP_* constants in socket module in the docs (
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn committed Jun 3, 2023
1 parent 94a1eea commit eaff9c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Doc/library/socket.rst
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,8 @@ Constants
``TCP_FASTOPEN_CONNECT``, ``TCP_ULP``, ``TCP_MD5SIG_EXT``,
``TCP_FASTOPEN_KEY``, ``TCP_FASTOPEN_NO_COOKIE``,
``TCP_ZEROCOPY_RECEIVE``, ``TCP_INQ``, ``TCP_TX_DELAY``.
Added ``IP_PKTINFO``.
Added ``IP_PKTINFO``, ``IP_UNBLOCK_SOURCE``, ``IP_BLOCK_SOURCE``,
``IP_ADD_SOURCE_MEMBERSHIP``, ``IP_DROP_SOURCE_MEMBERSHIP``.

.. data:: AF_CAN
PF_CAN
Expand Down

0 comments on commit eaff9c3

Please sign in to comment.