File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -406,7 +406,7 @@ void SSLClient::setHandshakeTimeout(unsigned long handshake_timeout)
406406 sslclient->handshake_timeout = handshake_timeout * 1000 ;
407407}
408408
409- void SSLClient::setTimeout (unsigned long seconds)
409+ void SSLClient::setConnectionTimeout (unsigned long seconds)
410410{
411411 _timeout = seconds * 1000 ;
412412}
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ class SSLClient : public Client
8383 bool verify (const char * fingerprint, const char * domain_name);
8484 void setHandshakeTimeout (unsigned long handshake_timeout);
8585
86- void setTimeout (unsigned long seconds);
86+ void setConnectionTimeout (unsigned long seconds);
8787
8888 operator bool ()
8989 {
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ class lwipClient : public Client {
5656 {
5757 return (_tcp_client->pcb ->remote_port );
5858 };
59- void setTimeout (uint16_t timeout)
59+ void setConnectionTimeout (uint16_t timeout)
6060 {
6161 _timeout = timeout;
6262 }
You can’t perform that action at this time.
0 commit comments