Skip to content

Commit ae87fea

Browse files
blurb-it[bot]devnexen
authored andcommitted
πŸ“œπŸ€– Added by blurb_it.
1 parent ac35d44 commit ae87fea

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

β€ŽDoc/library/socket.rstβ€Ž

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -388,6 +388,10 @@ Constants
388388
Added ``TCP_KEEPALIVE``. On MacOS this constant can be used in the same
389389
way that ``TCP_KEEPIDLE`` is used on Linux.
390390

391+
.. versionchanged:: 3.11
392+
Added ``TCP_CONNECTION_INFO``. On MacOS this constant can be used in the
393+
same way that ``TCP_INFO`` is used on Linux and BSD.
394+
391395
.. data:: AF_CAN
392396
PF_CAN
393397
SOL_CAN_*
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Add the ``TCP_CONNECTION_INFO`` option (available on macOS) to :mod:`socket`.

0 commit comments

Comments
Β (0)