File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -1596,8 +1596,6 @@ to sockets.
1596
1596
1597
1597
.. method :: socket.ioctl(control, option)
1598
1598
1599
- :platform: Windows
1600
-
1601
1599
The :meth: `ioctl ` method is a limited interface to the WSAIoctl system
1602
1600
interface. Please refer to the `Win32 documentation
1603
1601
<https://msdn.microsoft.com/en-us/library/ms741621%28VS.85%29.aspx> `_ for more
@@ -1609,9 +1607,12 @@ to sockets.
1609
1607
Currently only the following control codes are supported:
1610
1608
``SIO_RCVALL ``, ``SIO_KEEPALIVE_VALS ``, and ``SIO_LOOPBACK_FAST_PATH ``.
1611
1609
1610
+ .. availability :: Windows
1611
+
1612
1612
.. versionchanged :: 3.6
1613
1613
``SIO_LOOPBACK_FAST_PATH `` was added.
1614
1614
1615
+
1615
1616
.. method :: socket.listen([backlog])
1616
1617
1617
1618
Enable a server to accept connections. If *backlog * is specified, it must
You can’t perform that action at this time.
0 commit comments