GDB: Enable NODELAY on GDB stub connections

This commit is contained in:
Vicki Pfau 2023-03-06 14:51:22 -08:00
parent 603ab67926
commit 40e7d2aa4d
1 changed files with 1 additions and 0 deletions

View File

@ -844,6 +844,7 @@ void GDBStubUpdate(struct GDBStub* stub) {
} else {
goto connectionLost;
}
SocketSetTCPPush(stub->connection);
}
while (true) {
if (stub->shouldBlock) {