diff options
Diffstat (limited to 'docs/runner.rst')
| -rw-r--r-- | docs/runner.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/runner.rst b/docs/runner.rst index fc424ad..0b61307 100644 --- a/docs/runner.rst +++ b/docs/runner.rst @@ -143,9 +143,11 @@ Tuning options: 8192. ``--send-bytes=INT`` - Number of bytes to send to socket.send(). Default is 18000. + Number of bytes to send to socket.send(). Default is 1. Multiples of 9000 should avoid partly-filled TCP packets. + .. deprecated:: 1.3 + ``--outbuf-overflow=INT`` A temporary file should be created if the pending output is larger than this. Default is 1048576 (1MB). |
