We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0224b71 commit 5137538Copy full SHA for 5137538
Doc/library/socket.rst
@@ -197,11 +197,15 @@ created. Socket addresses are represented as follows:
197
- *addr* - Optional bytes-like object specifying the hardware physical
198
address, whose interpretation depends on the device.
199
200
+ .. availability:: Linux >= 2.2.
201
+
202
- :const:`AF_QIPCRTR` is a Linux-only socket based interface for communicating
203
with services running on co-processors in Qualcomm platforms. The address
204
family is represented as a ``(node, port)`` tuple where the *node* and *port*
205
are non-negative integers.
206
207
+ .. availability:: Linux >= 4.7.
208
209
.. versionadded:: 3.8
210
211
- :const:`IPPROTO_UDPLITE` is a variant of UDP which allows you to specify
0 commit comments