Skip to content

Commit

Permalink
do not flush
Browse files Browse the repository at this point in the history
  • Loading branch information
habazut committed Aug 9, 2024
1 parent 9228860 commit 8c3c5df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion EthernetInterface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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"));

Expand Down
2 changes: 1 addition & 1 deletion GITHUB_SHA.h
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#define GITHUB_SHA "devel-fozzie-202408090945Z"
#define GITHUB_SHA "devel-fozzie-202408091233Z"

0 comments on commit 8c3c5df

Please sign in to comment.