Skip to content

Commit

Permalink
Remove an inaccurate note from socket.recv.
Browse files Browse the repository at this point in the history
  • Loading branch information
gpshead committed Feb 6, 2025
1 parent 75c5519 commit c9de0f4
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Doc/library/socket.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1668,11 +1668,6 @@ to sockets.
See the Unix manual page :manpage:`recv(2)` for the meaning of the optional argument
*flags*; it defaults to zero.

.. note::

For best match with hardware and network realities, the value of *bufsize*
should be a relatively small power of 2, for example, 4096.

.. versionchanged:: 3.5
If the system call is interrupted and the signal handler does not raise
an exception, the method now retries the system call instead of raising
Expand Down

0 comments on commit c9de0f4

Please sign in to comment.