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.
socket.recv
1 parent e7bc0cd commit ded54c3Copy full SHA for ded54c3
Doc/library/socket.rst
@@ -1668,11 +1668,6 @@ to sockets.
1668
See the Unix manual page :manpage:`recv(2)` for the meaning of the optional argument
1669
*flags*; it defaults to zero.
1670
1671
- .. note::
1672
-
1673
- For best match with hardware and network realities, the value of *bufsize*
1674
- should be a relatively small power of 2, for example, 4096.
1675
1676
.. versionchanged:: 3.5
1677
If the system call is interrupted and the signal handler does not raise
1678
an exception, the method now retries the system call instead of raising
0 commit comments