mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
bpo-29728: Provide socket.TCP_NOTSENT_LOWAT (#477)
* Provide socket.TCP_NOTSENT_LOWAT * New TCP option available on recent MacOS and Linux. * Document addition of TCP_NOTSENT_LOWAT
This commit is contained in:
parent
fad7f15606
commit
1e2147b9d7
3 changed files with 9 additions and 0 deletions
|
@ -303,6 +303,9 @@ Constants
|
|||
``SO_DOMAIN``, ``SO_PROTOCOL``, ``SO_PEERSEC``, ``SO_PASSSEC``,
|
||||
``TCP_USER_TIMEOUT``, ``TCP_CONGESTION`` were added.
|
||||
|
||||
.. versionchanged:: 3.7
|
||||
``TCP_NOTSENT_LOWAT`` was added.
|
||||
|
||||
.. data:: AF_CAN
|
||||
PF_CAN
|
||||
SOL_CAN_*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue