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