8000 enable nagle by default · esp8266/Arduino@2693714 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2693714

Browse files
committed
enable nagle by default
1 parent ede6e44 commit 2693714

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/ESP8266WiFi/src/WiFiClient.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ extern "C"
4242
#include "c_types.h"
4343

4444
uint16_t WiFiClient::_localPort = 0;
45-
bool WiFiClient::_defaultNoDelay = true;
45+
bool WiFiClient::_defaultNoDelay = false;
4646
bool WiFiClient::_defaultSync = false;
4747

4848
template<>

0 commit comments

Comments
 (0)
0