Increased ESP buffer size

Is there a way to force it to return in smaller chunks?
This commit is contained in:
SRGDamia1
2017-10-15 13:54:07 -04:00
parent 89203c8e25
commit 9a2ed09caf
3 changed files with 9 additions and 6 deletions

View File

@@ -655,7 +655,7 @@ public:
sockets[mux]->rx.put(stream.read());
}
if (len_orig > sockets[mux]->available()) { // TODO
DBG(GSM_NL, "### Fewer characters received than expected: ", sockets[mux]->available(), " vs ", len_orig);
DBG("### Fewer characters received than expected: ", sockets[mux]->available(), " vs ", len_orig);
}
data = "";
} else if (data.endsWith(GF("+TCPCLOSE:"))) {