1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-30 16:24:09 +03:00

pull get/set NoDelay for WiFiClient

This commit is contained in:
ficeto
2015-05-13 20:01:05 +03:00
parent 3ff7641329
commit 3e7b8515e4
2 changed files with 15 additions and 0 deletions

View File

@ -55,6 +55,8 @@ public:
IPAddress remoteIP();
uint16_t remotePort();
bool getNoDelay();
void setNoDelay(bool nodelay);
template<typename T> size_t write(T &src){
uint8_t obuf[1460];