diff options
author | Daniel Stenberg <daniel@haxx.se> | 2020-08-14 15:45:08 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2020-08-26 22:58:21 +0200 |
commit | d854572ccc5f524ba48a158c2c26614def9e39e5 (patch) | |
tree | 2a957fda3e739572a12a8320d48444fe938ce4bf /docs/CURL-DISABLE.md | |
parent | ce88e21c724d5a45a2c8c295734f65f75cf4ea79 (diff) | |
download | curl-d854572ccc5f524ba48a158c2c26614def9e39e5.tar.gz |
socketpair: allow CURL_DISABLE_SOCKETPAIR
... to completely disable the use of socketpair
Closes #5850
Diffstat (limited to 'docs/CURL-DISABLE.md')
-rw-r--r-- | docs/CURL-DISABLE.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/CURL-DISABLE.md b/docs/CURL-DISABLE.md index 83436b473..2dd250c7f 100644 --- a/docs/CURL-DISABLE.md +++ b/docs/CURL-DISABLE.md @@ -97,6 +97,11 @@ Disable the SMB(S) protocols Disable the SMTP(S) protocols +## CURL_DISABLE_SOCKETPAIR + +Disable the use of socketpair internally to allow waking up and canceling +curl_multi_poll(). + ## CURL_DISABLE_TELNET Disable the TELNET protocol |