mirror of
https://github.com/curl/curl.git
synced 2026-08-25 14:53:34 +03:00
socketpair: allow CURL_DISABLE_SOCKETPAIR
... to completely disable the use of socketpair Closes #5850
This commit is contained in:
parent
ce88e21c72
commit
d854572ccc
4 changed files with 27 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue