We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 935c285 commit 9dc648eCopy full SHA for 9dc648e
libraries/WiFiClientSecure/src/WiFiClientSecure.h
@@ -80,6 +80,7 @@ class WiFiClientSecure : public WiFiClient
80
const mbedtls_x509_crt* getPeerCertificate() { return mbedtls_ssl_get_peer_cert(&sslclient->ssl_ctx); };
81
bool getFingerprintSHA256(uint8_t sha256_result[32]) { return get_peer_fingerprint(sslclient, sha256_result); };
82
int setTimeout(uint32_t seconds);
83
+ int setSocketOption(int option, char* value, size_t len);
84
85
operator bool()
86
{
0 commit comments