|
250 | 250 | - See `--enable-static-server` and `--static-server-dir` flags |
251 | 251 |
|
252 | 252 | - Optimized for large file uploads and downloads |
253 | | - - See `--client-recvbuf-size` and `--server-recvbuf-size` flag |
| 253 | + - See `--client-recvbuf-size`, `--server-recvbuf-size`, `--max-sendbuf-size` flags |
254 | 254 |
|
255 | 255 | - `IPv4` and `IPv6` support |
256 | 256 | - See `--hostname` flag |
@@ -2280,7 +2280,8 @@ usage: -m [-h] [--tunnel-hostname TUNNEL_HOSTNAME] [--tunnel-port TUNNEL_PORT] |
2280 | 2280 | [--work-klass WORK_KLASS] [--pid-file PID_FILE] |
2281 | 2281 | [--enable-proxy-protocol] [--enable-conn-pool] [--key-file KEY_FILE] |
2282 | 2282 | [--cert-file CERT_FILE] [--client-recvbuf-size CLIENT_RECVBUF_SIZE] |
2283 | | - [--server-recvbuf-size SERVER_RECVBUF_SIZE] [--timeout TIMEOUT] |
| 2283 | + [--server-recvbuf-size SERVER_RECVBUF_SIZE] |
| 2284 | + [--max-sendbuf-size MAX_SENDBUF_SIZE] [--timeout TIMEOUT] |
2284 | 2285 | [--disable-http-proxy] [--disable-headers DISABLE_HEADERS] |
2285 | 2286 | [--ca-key-file CA_KEY_FILE] [--ca-cert-dir CA_CERT_DIR] |
2286 | 2287 | [--ca-cert-file CA_CERT_FILE] [--ca-file CA_FILE] |
@@ -2391,6 +2392,9 @@ options: |
2391 | 2392 | --server-recvbuf-size SERVER_RECVBUF_SIZE |
2392 | 2393 | Default: 128 KB. Maximum amount of data received from |
2393 | 2394 | the server in a single recv() operation. |
| 2395 | + --max-sendbuf-size MAX_SENDBUF_SIZE |
| 2396 | + Default: 64 KB. Maximum amount of data to dispatch in |
| 2397 | + a single send() operation. |
2394 | 2398 | --timeout TIMEOUT Default: 10.0. Number of seconds after which an |
2395 | 2399 | inactive connection must be dropped. Inactivity is |
2396 | 2400 | defined by no data sent or received by the client. |
|
0 commit comments