1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2024-11-22 15:46:14 +01:00

do not flush

This commit is contained in:
Harald Barth 2024-08-09 14:34:30 +02:00
parent 92288603bf
commit 8c3c5dfe33
2 changed files with 3 additions and 2 deletions

View File

@ -248,7 +248,8 @@ void EthernetInterface::loop2() {
tmpbuf[count]=0;
clients[socketOut].write(tmpbuf,count);
}
clients[socketOut].flush(); //maybe
// do trust write does its thing and not flush
// clients[socketOut].flush(); //maybe
}
looptimer(8000, F("Ethloop after outbound"));

View File

@ -1 +1 @@
#define GITHUB_SHA "devel-fozzie-202408090945Z"
#define GITHUB_SHA "devel-fozzie-202408091233Z"