]> git.ipfire.org Git - thirdparty/curl.git/commit
docs: clarify MAX_SEND/RECV_SPEED functionality
authorDaniel Stenberg <daniel@haxx.se>
Fri, 14 Aug 2020 14:49:42 +0000 (16:49 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 14 Aug 2020 22:22:05 +0000 (00:22 +0200)
commitd491916a4af268b7bb2cf6ec2fa00a5deb3479f0
treec37d21632171710efa9992b493e5bd3894d95c6b
parent86dc9867a56eb2232e88bf95a8834fa73d6383c8
docs: clarify MAX_SEND/RECV_SPEED functionality

... in particular what happens if the maximum speed limit is set to a
value that's smaller than the transfer buffer size in use.

Reported-by: Tomas Berger
Fixes #5788
Closes #5813
docs/libcurl/opts/CURLOPT_MAX_RECV_SPEED_LARGE.3
docs/libcurl/opts/CURLOPT_MAX_SEND_SPEED_LARGE.3