Sponsor:

Your company here ā€” click to reach over 10,000 unique daily visitors

CURLOPT_EGDSOCKET - Man Page

EGD socket path

Synopsis

#include <curl/curl.h>

CURLcode curl_easy_setopt(CURL *handle, CURLOPT_EGDSOCKET, char *path);

Description

Deprecated option. It serves no purpose anymore.

Default

NULL

Availability

This option was deprecated in 7.84.0.

Return Value

Returns CURLE_OK.

See Also

CURLOPT_RANDOM_FILE(3)

Referenced By

curl_easy_setopt(3), CURLOPT_RANDOM_FILE(3).

2024-07-12 libcurl