mirror of
https://github.com/esp8266/Arduino.git
synced 2025-08-17 06:42:21 +03:00
Fix undefined behaviour in WiFiServer::setNoDelay (#1695)
This commit is contained in:
@@ -42,6 +42,7 @@ private:
|
||||
|
||||
ClientContext* _unclaimed;
|
||||
ClientContext* _discarded;
|
||||
bool _noDelay = false;
|
||||
|
||||
public:
|
||||
WiFiServer(IPAddress addr, uint16_t port);
|
||||
|
Reference in New Issue
Block a user