8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ff3334d + d05696a commit fb002d4Copy full SHA for fb002d4
libraries/SocketWrapper/src/MbedClient.cpp
@@ -310,6 +310,6 @@ uint16_t arduino::MbedClient::remotePort() {
310
return address.get_port();
311
}
312
313
-void arduino::MbedClient::setTimeout(unsigned long timeout) {
+void arduino::MbedClient::setSocketTimeout(unsigned long timeout) {
314
_timeout = timeout;
315
libraries/SocketWrapper/src/MbedClient.h
@@ -97,7 +97,7 @@ class MbedClient : public arduino::Client {
97
IPAddress remoteIP();
98
uint16_t remotePort();
99
100
- void setTimeout(unsigned long timeout);
+ void setSocketTimeout(unsigned long timeout);
101
102
friend class MbedServer;
103
friend class MbedSSLClient;
0 commit comments